yog-interop 0.17.0

Yog inter-mod communication — proc-macros for #[yog_export] and #[yog_import]
Documentation

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.