mastrust-ls-lib 0.1.0

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