#unicode

unicode-vo

Unicode vertical orientation detection

1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#693 in Text processing

Download history 5754/week @ 2022-11-29 6273/week @ 2022-12-06 5155/week @ 2022-12-13 4449/week @ 2022-12-20 3680/week @ 2022-12-27 5083/week @ 2023-01-03 5534/week @ 2023-01-10 5041/week @ 2023-01-17 5257/week @ 2023-01-24 6609/week @ 2023-01-31 7149/week @ 2023-02-07 7221/week @ 2023-02-14 6719/week @ 2023-02-21 6283/week @ 2023-02-28 5913/week @ 2023-03-07 5014/week @ 2023-03-14

24,922 downloads per month
Used in 41 crates (2 directly)

MIT/Apache

16KB
284 lines

unicode-vo

Crates.io Documentation

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);

License

Licensed under either of

at your option.

Contribution

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.


lib.rs:

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);

No runtime deps