[][src]Module asciifile::file

Represents an input file that my only contain ASCII characters. The abstractions Position and Span represent a type-safe index-less wrapper around a ASCII character, respectively a range of characters (a slice) with positional information.

Structs

AsciiFile

Enums

EncodingError