1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#978 in Text processing

Download history 11332/week @ 2023-12-07 11355/week @ 2023-12-14 7596/week @ 2023-12-21 9277/week @ 2023-12-28 10856/week @ 2024-01-04 13069/week @ 2024-01-11 14524/week @ 2024-01-18 17038/week @ 2024-01-25 16492/week @ 2024-02-01 15693/week @ 2024-02-08 18349/week @ 2024-02-15 18921/week @ 2024-02-22 15525/week @ 2024-02-29 16852/week @ 2024-03-07 17139/week @ 2024-03-14 14520/week @ 2024-03-21

66,550 downloads per month
Used in 76 crates (3 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