Module safer_ffi::string

source ·
Expand description

Rust string types with a defined #[repr(C)] layout, albeit not char * compatible (fat pointers).

Structs§

  • Same as String, but with guaranteed #[repr(C)] layout
  • Same as Box<str>, but with a guaranteed #[repr(C)] layout.
  • &'lt str, but with a guaranteed #[repr(C)] layout.