Module encoding

Source
Expand description

A module for wrappers that encode / decode data.

Structs§

Decoder
Decoder of byte slices into strings.

Functions§

decode
Decodes the provided bytes using the specified encoding.
detect_encoding
Automatic encoding detection of XML files based using the recommended algorithm.