Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
patches/ | 25-Apr-2025 | - | 22 | 18 | ||
src/ | 25-Apr-2025 | - | 5,586 | 3,799 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 1.5 KiB | 1 | 1 | |
AUTHORS | D | 25-Apr-2025 | 121 | 5 | 3 | |
Android.bp | D | 25-Apr-2025 | 1.4 KiB | 58 | 53 | |
COPYRIGHT | D | 25-Apr-2025 | 412 | 9 | 7 | |
Cargo.toml | D | 25-Apr-2025 | 1.5 KiB | 79 | 70 | |
LICENSE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1 KiB | 26 | 22 | |
METADATA | D | 25-Apr-2025 | 411 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 570 | 13 | 8 | |
TEST_MAPPING | D | 25-Apr-2025 | 384 | 24 | 23 | |
cargo_embargo.json | D | 25-Apr-2025 | 154 | 10 | 9 |
README.md
1# unicode-bidi 2 3This crate implements the [Unicode Bidirectional Algorithm][tr9] for display 4of mixed right-to-left and left-to-right text. It is written in safe Rust, 5compatible with the current stable release. 6 7[Documentation](https://docs.rs/unicode-bidi/) 8 9[](https://github.com/servo/unicode-bidi/actions) 10[](https://ci.appveyor.com/project/servo/unicode-bidi) 11 12[tr9]: https://www.unicode.org/reports/tr9/ 13