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