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

Download history 1698377/week @ 2024-08-20 1644586/week @ 2024-08-27 1791500/week @ 2024-09-03 1745481/week @ 2024-09-10 1830594/week @ 2024-09-17 1939607/week @ 2024-09-24 2320489/week @ 2024-10-01 2650248/week @ 2024-10-08 2472104/week @ 2024-10-15 1974855/week @ 2024-10-22 1967602/week @ 2024-10-29 1947253/week @ 2024-11-05 1971085/week @ 2024-11-12 1976907/week @ 2024-11-19 1783963/week @ 2024-11-26 1679354/week @ 2024-12-03

7,723,919 downloads per month
Used in 1,880 crates (13 directly)

Apache-2.0 OR MIT

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.

No runtime deps

Features