cmod_core/
lib.rs

1pub mod ffi;
2
3pub type Result<T> = core::result::Result<T, String>;