Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 2,793 | 2,039 | ||
.appveyor.yml | D | 03-May-2024 | 553 | 20 | 15 | |
.gitignore | D | 03-May-2024 | 35 | 5 | 4 | |
.rustfmt.toml | D | 03-May-2024 | 148 | 7 | 6 | |
.travis.yml | D | 03-May-2024 | 714 | 39 | 30 | |
AUTHORS | D | 03-May-2024 | 121 | 5 | 3 | |
Android.bp | D | 03-May-2024 | 2.5 KiB | 91 | 83 | |
COPYRIGHT | D | 03-May-2024 | 412 | 9 | 7 | |
Cargo.toml | D | 03-May-2024 | 1.3 KiB | 50 | 43 | |
Cargo.toml.orig | D | 03-May-2024 | 983 | 38 | 32 | |
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 | 410 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 560 | 13 | 8 | |
TEST_MAPPING | D | 03-May-2024 | 143 | 9 | 8 | |
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](http://doc.servo.org/unicode_bidi/) 8 9[![Travis-CI](https://travis-ci.org/servo/unicode-bidi.svg?branch=master)](https://travis-ci.org/servo/unicode-bidi) 10[![AppVeyor](https://img.shields.io/appveyor/ci/servo/unicode-bidi/master.svg)](https://ci.appveyor.com/project/servo/unicode-bidi) 11 12[tr9]: http://www.unicode.org/reports/tr9/ 13