Expand description
A module for wrappers that encode / decode data.
Structs§
- Decoder of byte slices into strings.
Functions§
- decode
encoding
Decodes the provided bytes using the specified encoding. - decode_into
encoding
Likedecode
but using a pre-allocated buffer. - detect_encoding
encoding
Automatic encoding detection of XML files based using the recommended algorithm.