dexalt-lib 0.2.2

Dexalt Library
Documentation
1
2
3
4
5
6
7
8
pub trait CType {
    fn to_cstring(&self) -> std::ffi::CString;
}

pub trait Dexalt {
    fn to_json_from_vec(&self) -> serde_json::Value;
    fn to_json_from_str(&self) -> serde_json::Value;
}