Module str
Utilities for the str primitive type.
Modules
Structs
Traits
Functions
- from_boxed_utf8_unchecked Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.
- from_raw_parts
- from_raw_parts_mut
- from_utf8
- from_utf8_mut
- from_utf8_unchecked
- from_utf8_unchecked_mut