Crate interoptopus_proc[][src]

Expand description

Proc macros for Interoptopus.

Items in here will be re-exported by the main crate.

Attribute Macros

ffi_constant

Enables a const to appear in generated bindings.

ffi_function

Enable an extern "C" function to appear in generated bindings.

ffi_type

Enable a struct or enum to appear in generated bindings.