Expand description
A module for wrappers that encode / decode data.
Structs§
- Decoder of byte slices into strings.
Enums§
- An error when decoding or encoding
Constants§
- UTF8_
BOM 🔒Unicode “byte order mark” (\u{FEFF}) encoded as UTF-8. See https://unicode.org/faq/utf_bom.html#bom1