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