utf8parse 0.2.0

Table-driven UTF-8 parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
default = []
nightly = []

[package]
authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"]
categories = ["parsing", "no-std"]
description = "Table-driven UTF-8 parser"
documentation = "https://docs.rs/utf8parse/"
edition = "2018"
keywords = ["utf8", "parse", "table"]
license = "Apache-2.0 OR MIT"
name = "utf8parse"
repository = "https://github.com/jwilm/vte"
version = "0.2.0"