5 releases
0.2.2 | Jun 8, 2024 |
---|---|
0.2.1 | Mar 9, 2023 |
0.2.0 | Jan 12, 2020 |
0.1.1 | Sep 26, 2018 |
0.1.0 | Sep 18, 2016 |
#143 in Parser implementations
7,723,919 downloads per month
Used in 1,880 crates
(13 directly)
14KB
166 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.