Expand description
Raw FFI declarations mirroring bridge/src/LeviRsAbi.h (ABI v1).
This crate contains no logic — only #[repr(C)] types. Keep it in
lockstep with the C header: fields are append-only, never reordered.
You almost certainly want the safe levilamina crate instead.
Structs§
- Levi
RsApi - Function table handed to the Rust mod. Mirrors
LeviRsApi. - Levi
RsModV Table - Filled in by the Rust mod inside
levi_rs_main. MirrorsLeviRsModVTable. - Levi
RsStr - UTF-8 string view. Not guaranteed NUL-terminated.