| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .github/workflows/ | 03-May-2024 | - | 37 | 34 | ||
| src/ | 03-May-2024 | - | 2,806 | 2,053 | ||
| .appveyor.yml | D | 03-May-2024 | 553 | 20 | 15 | |
| .cargo_vcs_info.json | D | 03-May-2024 | 74 | 6 | 5 | |
| .gitignore | D | 03-May-2024 | 35 | 5 | 4 | |
| .rustfmt.toml | D | 03-May-2024 | 148 | 7 | 6 | |
| AUTHORS | D | 03-May-2024 | 121 | 5 | 3 | |
| Android.bp | D | 03-May-2024 | 2.3 KiB | 81 | 76 | |
| COPYRIGHT | D | 03-May-2024 | 412 | 9 | 7 | |
| Cargo.toml | D | 03-May-2024 | 1.5 KiB | 56 | 49 | |
| Cargo.toml.orig | D | 03-May-2024 | 1.3 KiB | 51 | 44 | |
| LICENSE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
| LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 202 | 169 | |
| LICENSE-MIT | D | 03-May-2024 | 1 KiB | 26 | 22 | |
| METADATA | D | 03-May-2024 | 408 | 20 | 19 | |
| MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
| OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
| README.md | D | 03-May-2024 | 555 | 13 | 8 | |
| TEST_MAPPING | D | 03-May-2024 | 451 | 28 | 27 | |
| cargo2android.json | D | 03-May-2024 | 188 | 11 | 11 |
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://travis-ci.org/servo/unicode-bidi) 10[](https://ci.appveyor.com/project/servo/unicode-bidi) 11 12[tr9]: http://www.unicode.org/reports/tr9/ 13