1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#1592 in Text processing

Download history 84266/week @ 2025-10-11 82654/week @ 2025-10-18 93617/week @ 2025-10-25 89961/week @ 2025-11-01 91934/week @ 2025-11-08 100462/week @ 2025-11-15 99403/week @ 2025-11-22 117708/week @ 2025-11-29 123897/week @ 2025-12-06 121555/week @ 2025-12-13 79828/week @ 2025-12-20 82767/week @ 2025-12-27 144013/week @ 2026-01-03 195516/week @ 2026-01-10 223339/week @ 2026-01-17 264202/week @ 2026-01-24

845,087 downloads per month
Used in 266 crates (5 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.

No runtime deps