Crate utf8parse[−][src]
Expand description
A table-driven UTF-8 Parser
This module implements a table-driven UTF-8 parser which should
theoretically contain the minimal number of branches (1). The only branch is
on the Action
returned from unpacking a transition.
Structs
A parser for Utf8 Characters
Traits
Handles codepoint and invalid sequence events from the parser.