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.

Make a impl Service {} block a FFI service.🚧

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.