1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#771 in Text processing

Download history 30123/week @ 2024-12-15 17071/week @ 2024-12-22 20332/week @ 2024-12-29 34819/week @ 2025-01-05 39121/week @ 2025-01-12 39297/week @ 2025-01-19 38616/week @ 2025-01-26 44986/week @ 2025-02-02 50137/week @ 2025-02-09 41317/week @ 2025-02-16 38838/week @ 2025-02-23 41476/week @ 2025-03-02 43986/week @ 2025-03-09 50183/week @ 2025-03-16 48314/week @ 2025-03-23 48120/week @ 2025-03-30

194,013 downloads per month
Used in 139 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.

No runtime deps