Docs.rs
utf8parse-0.2.2
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
utf8parse 0.2.2
Table-driven UTF-8 parser
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
7
out of
7
items documented
0
out of
7
items with examples
Links
alacritty/vte
243
57
6
crates.io
Dependencies
—
Versions
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Owners
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.