1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#970 in Text processing

Download history 27546/week @ 2024-07-25 24856/week @ 2024-08-01 29153/week @ 2024-08-08 29109/week @ 2024-08-15 29980/week @ 2024-08-22 32206/week @ 2024-08-29 33873/week @ 2024-09-05 29386/week @ 2024-09-12 32314/week @ 2024-09-19 35365/week @ 2024-09-26 37830/week @ 2024-10-03 34548/week @ 2024-10-10 41559/week @ 2024-10-17 35141/week @ 2024-10-24 37506/week @ 2024-10-31 31045/week @ 2024-11-07

152,198 downloads per month
Used in 112 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