Skip to main content

Module encoding

Module encoding 

Source
Expand description

A module for wrappers that encode / decode data.

Structs§

Decoder
Decoder of byte slices into strings.

Enums§

DetectedEncoding
Possible scenarios for start-of-xml detection of encoding
EncodingError
An error when decoding or encoding

Functions§

detect_encoding
Automatic encoding detection of XML files based using the recommended algorithm.