Expand description
§FFI String
This is a small crate for moving strings across extern "C"
, giving FFI-safe version of String and &str
Structs§
Traits§
- StrToFFI
- Adds
to_ffi_str()
andto_ffi_string()
to &str - String
ToFFI - Adds
into_ffi_string()
to String