Crate interoptopus_proc[][src]

Expand description

Proc macros for Interoptopus.

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

Attribute Macros

Enables a const to appear in generated bindings.

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

Creates a FFI service from an impl Service {} block.

Inside a #[ffi_service] block, mark the FFI constructor.

Inside a #[ffi_service] block, provide special directives to functions.

Enable a struct or enum to appear in generated bindings.