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