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§

Traits§

  • Adds to_ffi_str() and to_ffi_string() to &str
  • Adds into_ffi_string() to String