Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/workflows/ | 03-May-2024 | - | 68 | 64 | ||
src/ | 03-May-2024 | - | 3,693 | 2,609 | ||
.appveyor.yml | D | 03-May-2024 | 470 | 20 | 15 | |
.cargo_vcs_info.json | D | 03-May-2024 | 94 | 6 | 6 | |
.gitignore | D | 03-May-2024 | 35 | 5 | 4 | |
.rustfmt.toml | D | 03-May-2024 | 47 | 3 | 2 | |
AUTHORS | D | 03-May-2024 | 121 | 5 | 3 | |
Android.bp | D | 03-May-2024 | 2.5 KiB | 87 | 82 | |
COPYRIGHT | D | 03-May-2024 | 412 | 9 | 7 | |
Cargo.toml | D | 03-May-2024 | 1.7 KiB | 84 | 74 | |
Cargo.toml.orig | D | 03-May-2024 | 1.5 KiB | 56 | 48 | |
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 | 655 | 24 | 22 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 570 | 13 | 8 | |
TEST_MAPPING | D | 03-May-2024 | 423 | 25 | 24 | |
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://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