1[package]
2name = "utf8_iter"
3version = "1.0.4"
4edition = "2021"
5description = "Iterator by char over potentially-invalid UTF-8 in &[u8]"
6authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
7license = "Apache-2.0 OR MIT"
8readme = "README.md"
9documentation = "https://docs.rs/utf8_iter/"
10homepage = "https://docs.rs/utf8_iter/"
11repository = "https://github.com/hsivonen/utf8_iter"
12keywords = ["encoding", "UTF-8", "unicode", "iterator"]
13categories = ["text-processing", "encoding", "internationalization"]
14