1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#1140 in Text processing

Download history 28360/week @ 2024-11-21 30608/week @ 2024-11-28 32043/week @ 2024-12-05 31749/week @ 2024-12-12 22179/week @ 2024-12-19 18136/week @ 2024-12-26 27727/week @ 2025-01-02 38918/week @ 2025-01-09 39261/week @ 2025-01-16 38694/week @ 2025-01-23 42385/week @ 2025-01-30 50016/week @ 2025-02-06 43192/week @ 2025-02-13 41972/week @ 2025-02-20 40045/week @ 2025-02-27 40746/week @ 2025-03-06

175,657 downloads per month
Used in 138 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