Expand description
This module contains the supported encoding for ixdtf parsing.
Modules§
- private 🔒
Structs§
- Utf8
- A marker type that signals a parser should parse the source as UTF-8 bytes.
- Utf16
- A marker type that signals a parser should parse the source as UTF-16 bytes.
Traits§
- Encoding
Type - A trait for defining various supported encodings and implementing functionality that is encoding sensitive / specific.