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