[][src]Module iso15924::code::parser

Parsing functionality for parsing rows of script records.

This is designed to parse data coming from the DATA_URL source.

Enums

Column

A column of a row, used for when parsing the column value fails.

ParseError

Error returned when parsing a row fails, for reasons such as a missing column or invalid data format.

VersionPart

The parts of a unicode version,used for when parsing the version fails.

Functions

parse_line

Parses a single row of data.

parse_lines

Returns a lazily parsing iterator over the provided lines of input.