Expand description
A module for wrappers that encode / decode data.
Structs§
- Decoder
- Decoder of byte slices into strings.
Enums§
- Encoding
Error - An error when decoding or encoding
Functions§
- decode
encoding
- Decodes the provided bytes using the specified encoding.
- decode_
into encoding
- Like
decode
but using a pre-allocated buffer. - detect_
encoding encoding
- Automatic encoding detection of XML files based using the recommended algorithm.