encode_unicode 1.0.0

UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.
Documentation
[[bench]]
name = "length"
required-features = ["std"]
[badges.maintenance]
status = "passively-maintained"
[dependencies.ascii]
default-features = false
optional = true
version = "^1.0.0"
[dev-dependencies.minreq]
features = ["https-native"]
version = "^2.6"

[features]
default = ["std"]
std = []

[package]
authors = ["Torbjørn Birch Moltu <t.b.moltu@lyse.net>"]
categories = ["encoding", "no-std"]
description = "UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.\n"
documentation = "https://docs.rs/encode_unicode/"
edition = "2021"
keywords = ["unicode", "UTF-8", "UTF-16"]
license = "Apache-2.0 OR MIT"
name = "encode_unicode"
readme = "README.md"
repository = "https://github.com/tormol/encode_unicode"
resolver = "2"
version = "1.0.0"
[package.metadata.docs.rs]
features = ["ascii/std"]
[target."cfg(unix)".dev-dependencies.lazy_static]
version = "^1.0"