Module encoding

Source
Expand description

A module for wrappers that encode / decode data.

Structs§

Decoder
Decoder of byte slices into strings.

Constants§

UTF8_BOM 🔒
Unicode “byte order mark” (\u{FEFF}) encoded as UTF-8. See https://unicode.org/faq/utf_bom.html#bom1