4 releases
0.2.1 | Mar 9, 2023 |
---|---|
0.2.0 | Jan 12, 2020 |
0.1.1 | Sep 26, 2018 |
0.1.0 | Sep 18, 2016 |
#17 in Parser tooling
643,689 downloads per month
Used in 781 crates
(9 directly)
14KB
170 lines
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.
No runtime deps
Features
- nightly