1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#1110 in Text processing

Download history 15733/week @ 2024-03-03 17882/week @ 2024-03-10 16454/week @ 2024-03-17 16559/week @ 2024-03-24 14526/week @ 2024-03-31 12832/week @ 2024-04-07 14385/week @ 2024-04-14 13198/week @ 2024-04-21 14836/week @ 2024-04-28 16136/week @ 2024-05-05 16327/week @ 2024-05-12 15281/week @ 2024-05-19 14490/week @ 2024-05-26 12788/week @ 2024-06-02 28684/week @ 2024-06-09 27195/week @ 2024-06-16

84,652 downloads per month
Used in 86 crates (4 directly)

MIT/Apache

17KB
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