Skip to main content

Module encoding

Module encoding 

Source
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§

EncodingType
A trait for defining various supported encodings and implementing functionality that is encoding sensitive / specific.

Functions§

to_ascii_byte 🔒