Crate string_wrapper [] [src]

Structs

StringWrapper

Like String, but with a fixed capacity and a generic backing bytes storage.

Traits

Buffer

Equivalent to AsMut<[u8]> + AsRef<[u8]> with the addition constraint that implementations must return the same slice from subsequent calls of as_mut and/or as_ref.