Crate example

Source
Expand description

An example dynamically loadable library.

This crate creates a dynamic library that can be used for testing purposes. It exports multiple symbols with different types and abis. It’s main purpose is to be used in tests of dynlib crate.

Structs§

SomeData

Statics§

c_const_char_ptr
c_int
c_int_mut
c_struct
rust_i32
rust_i32_mut
rust_str

Functions§

c_fun_add_two
c_fun_print_something_else
c_fun_variadic
rust_fun_add_one
rust_fun_print_something