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