1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#995 in Text processing

Download history 17139/week @ 2024-03-14 16846/week @ 2024-03-21 15481/week @ 2024-03-28 13817/week @ 2024-04-04 13215/week @ 2024-04-11 13609/week @ 2024-04-18 13790/week @ 2024-04-25 16098/week @ 2024-05-02 16181/week @ 2024-05-09 16248/week @ 2024-05-16 14496/week @ 2024-05-23 13316/week @ 2024-05-30 21269/week @ 2024-06-06 30776/week @ 2024-06-13 28236/week @ 2024-06-20 26524/week @ 2024-06-27

108,831 downloads per month
Used in 90 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