Expand description
UTF-8, the universal encoding.
Structs§
- A decoder for UTF-8.
- An encoder for UTF-8.
- UTF-8 (UCS Transformation Format, 8-bit).
Functions§
- 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.