utf8parse 0.2.2

Table-driven UTF-8 parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"]
description = "Table-driven UTF-8 parser"
documentation = "https://docs.rs/utf8parse/"
repository = "https://github.com/alacritty/vte"
keywords = ["utf8", "parse", "table"]
categories = ["parsing", "no-std"]
license = "Apache-2.0 OR MIT"
version = "0.2.2"
name = "utf8parse"
edition = "2018"

[features]
nightly = []
default = []