Crate fp_bindgen_macros
Source - fp_bindgen
- Generates bindings for the functions declared in the
fp_import!{}
and fp_export!{}
blocks. - fp_export
- Declares functions the plugin may export to the host runtime.
- fp_import
- Declares functions the plugin can import from the host runtime.
- fp_export_impl
- Exports an implementation of a specific provider function
- fp_export_signature
- Exports a signature in a provider crate.
This is not meant to be used directly.
- fp_import_signature
- Imports a signature in a provider crate.
This is not meant to be used directly.
- Serializable
- Used to annotate types (
enum
s and struct
s) that can be passed across the Wasm bridge.