Crate diplomat[][src]

Attribute Macros

Mark a module to be exposed through Diplomat-generated FFI.

Mark a struct as opaque, which means that its field will not be visible across the FFI boundary and all instances of the struct must be passed as references.