mastrust_ls_lib/
lib.rs

1pub use mastrust_ls_lib_derive::Mastrust;
2pub mod cdef;
3pub mod prelude {
4    pub trait Mastrust {
5        fn to_cstring(&self) -> std::ffi::CString;
6    }
7}