Expand description
UTF-8, the universal encoding.
Structs§
- UTF8
Decoder - A decoder for UTF-8.
- UTF8
Encoder - An encoder for UTF-8.
- UTF8
Encoding - UTF-8 (UCS Transformation Format, 8-bit).
Functions§
- from_
utf8 - Almost equivalent to
std::str::from_utf8
. This function is provided for the fair benchmark against the stdlib’s UTF-8 conversion functions, as rust-encoding always allocates a new string.