1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#943 in Text processing

Download history 11234/week @ 2024-01-05 13368/week @ 2024-01-12 14735/week @ 2024-01-19 17141/week @ 2024-01-26 16330/week @ 2024-02-02 15914/week @ 2024-02-09 19273/week @ 2024-02-16 17713/week @ 2024-02-23 15835/week @ 2024-03-01 17214/week @ 2024-03-08 16642/week @ 2024-03-15 16987/week @ 2024-03-22 15013/week @ 2024-03-29 13249/week @ 2024-04-05 13722/week @ 2024-04-12 11728/week @ 2024-04-19

56,357 downloads per month
Used in 79 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