[package]
edition = "2021"
name = "utf8-zero"
version = "0.8.1"
authors = [
"Simon Sapin <simon.sapin@exyr.org>",
"Martin Algesten <martin@algesten.se>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy, incremental UTF-8 decoding with error handling"
readme = "README.md"
keywords = [
"utf-8",
"decode",
"incremental",
"streaming",
"no_std",
]
categories = [
"encoding",
"no-std",
"parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/algesten/utf8-zero"
[features]
default = ["std"]
std = []
[lib]
name = "utf8_zero"
path = "src/lib.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"