Expand description

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

Structs

Stringalloc

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.