Module domain::master::source[][src]

Character sources.

This is here so we can read from things that aren’t ASCII or UTF-8.

Structs

AsciiError

An error happened while reading an ASCII-only file.

AsciiFile

A file that contains only ASCII characters.

OctetFile
Utf8Error

An error happened while reading a file encoded with UTF-8.

Utf8File

A file that contains UTF-8 encoded text.