#utf8 #parse #table

no-std utf8parse

Table-driven UTF-8 parser

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

Download history 112668/week @ 2022-12-06 102343/week @ 2022-12-13 83794/week @ 2022-12-20 67052/week @ 2022-12-27 112575/week @ 2023-01-03 136169/week @ 2023-01-10 128508/week @ 2023-01-17 141137/week @ 2023-01-24 159900/week @ 2023-01-31 153859/week @ 2023-02-07 138682/week @ 2023-02-14 132278/week @ 2023-02-21 138698/week @ 2023-02-28 164700/week @ 2023-03-07 153459/week @ 2023-03-14 160847/week @ 2023-03-21

643,689 downloads per month
Used in 781 crates (9 directly)

Apache-2.0 OR MIT

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