1 unstable release

Uses old Rust 2015

0.1.0 Jun 11, 2019

#1006 in Text processing

Download history 35677/week @ 2024-09-04 28898/week @ 2024-09-11 32956/week @ 2024-09-18 33834/week @ 2024-09-25 38162/week @ 2024-10-02 33872/week @ 2024-10-09 41309/week @ 2024-10-16 36191/week @ 2024-10-23 37014/week @ 2024-10-30 32806/week @ 2024-11-06 27215/week @ 2024-11-13 27349/week @ 2024-11-20 29587/week @ 2024-11-27 32585/week @ 2024-12-04 32511/week @ 2024-12-11 25076/week @ 2024-12-18

125,294 downloads per month
Used in 115 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