utf8-chars 3.0.2

Char-by-char iterator and `read_char` method for `BufRead`.
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.arrayvec]
version = "0.7.2"
[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[dev-dependencies.rand]
version = "0.8.5"

[features]
bench = []
default = []

[package]
authors = ["warlock <internalmike@gmail.com>"]
categories = ["encoding"]
description = "Char-by-char iterator and `read_char` method for `BufRead`."
documentation = "https://docs.rs/utf8-chars/"
edition = "2021"
keywords = ["utf-8", "utf8", "chars", "iterator", "read_char"]
license = "MIT OR Apache-2.0"
name = "utf8-chars"
readme = "README.md"
repository = "https://github.com/A1-Triard/utf8-chars"
rust-version = "1.70"
version = "3.0.2"