| Crates.io | unicode-vo |
| lib.rs | unicode-vo |
| version | 0.1.0 |
| created_at | 2019-06-11 19:00:28.986665+00 |
| updated_at | 2019-06-11 19:00:28.986665+00 |
| description | Unicode vertical orientation detection |
| homepage | |
| repository | https://github.com/RazrFalcon/unicode-vo |
| max_upload_size | |
| id | 140456 |
| size | 28,347 |
This library implements Unicode Vertical_Orientation Property (annex #50).
use unicode_vo::*;
assert_eq!(char_orientation('A'), Orientation::Rotated);
assert_eq!(char_orientation('本'), Orientation::Upright);
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.