utf-8 0.7.6

Incremental, zero-copy UTF-8 decoding with error handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
bench = false
name = "utf8"
test = false

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "Incremental, zero-copy UTF-8 decoding with error handling"
license = "MIT OR Apache-2.0"
name = "utf-8"
repository = "https://github.com/SimonSapin/rust-utf8"
version = "0.7.6"
[profile.bench]

[profile.test]