Crate scotch_guest
source ·Macros
Includes allocation utils for the host. Plugin will not work without it.
You need to put it somewhere in your plugin crate.
Type Definitions
Pointer size. Can be
u32
or u64
.Attribute Macros
Macro used to annotate guest functions that should be exposed to the host.
Macro used to annotate
extern
blocks that contain plugin imports.