Crate ffi_string

Source
Expand description

§FFI String

This is a small crate for moving strings across extern "C", giving FFI-safe version of String and &str

Structs§

FFIStr
FFI version of &str
FFIString
FFI version of String

Traits§

StrToFFI
Adds to_ffi_str() and to_ffi_string() to &str
StringToFFI
Adds into_ffi_string() to String