Expand description
A module for wrappers that encode / decode data.
Structs§
- Decoder
- Decoder of byte slices into strings.
- Decoding
Reader encoding - A reader wrapper that decodes a byte stream from any encoding into UTF-8.
Enums§
- Detected
Encoding - Possible scenarios for start-of-xml detection of encoding
- Encoding
Error - An error when decoding or encoding
Functions§
- decode
encoding - Decodes the provided bytes using the specified encoding.
- decode_
into encoding - Like
decodebut using a pre-allocated buffer. - detect_
encoding - Automatic encoding detection of XML files based using the recommended algorithm.