Proc-macros for Yog inter-mod communication.
#[yog_export] on fn: generates C-ABI wrapper. Register manually:
registry.interop().export("fname", __yog_wrap_fname as *const c_void);
import! macro: generates Rust wrapper + binding slot.
Proc-macros for Yog inter-mod communication.
#[yog_export] on fn: generates C-ABI wrapper. Register manually:
registry.interop().export("fname", __yog_wrap_fname as *const c_void);
import! macro: generates Rust wrapper + binding slot.