Module source

Source
Expand description

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 an ASCII-only file.
Utf8File
A file that contains UTF-8 encoded text.