Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
src/ | H | 03-May-2022 | - | 2,806 | 2,053 | |
.appveyor.yml | H A D | 01-Jan-1970 | 553 | 20 | 15 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 01-Jan-1970 | 74 | 6 | 5 | |
.gitignore | H A D | 01-Jan-1970 | 35 | 5 | 4 | |
.rustfmt.toml | H A D | 01-Jan-1970 | 148 | 7 | 6 | |
.travis.yml | H A D | 01-Jan-1970 | 666 | 38 | 29 | |
AUTHORS | H A D | 01-Jan-1970 | 121 | 5 | 3 | |
COPYRIGHT | H A D | 01-Jan-1970 | 412 | 9 | 7 | |
Cargo.lock | H A D | 01-Jan-1970 | 4.4 KiB | 176 | 155 | |
Cargo.toml | H A D | 01-Jan-1970 | 1.5 KiB | 57 | 50 | |
Cargo.toml.orig-cargo | H A D | 01-Jan-1970 | 1.3 KiB | 51 | 44 | |
LICENSE-APACHE | H A D | 01-Jan-1970 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | H A D | 01-Jan-1970 | 1 KiB | 26 | 22 | |
README.md | H A D | 01-Jan-1970 | 555 | 13 | 8 |
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[![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