Expand description
String manipulation.
For more details, see the std::str module.
Structs§
- Utf8
Error ferrocene_certified - Errors which can occur when attempting to interpret a sequence of
u8as a string.
Functions§
- from_
utf8 - Converts a slice of bytes to a string slice.
- from_
utf8_ ⚠unchecked - Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.
- utf8_
char_ width Experimental ferrocene_certified - Given a first byte, determines how many bytes are in this UTF-8 character.