Structsยง
- Byte ๐
- A type that wraps a single byte with a convenient fmt::Debug impl that escapes the byte.
- Bytes ๐
- A type that provides a human readable debug impl for arbitrary bytes.
Functionsยง
- utf8_
decode ๐ - Decodes the next UTF-8 encoded codepoint from the given byte slice.