• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-2,7932,039

.appveyor.ymlD03-May-2024553 2015

.gitignoreD03-May-202435 54

.rustfmt.tomlD03-May-2024148 76

.travis.ymlD03-May-2024714 3930

AUTHORSD03-May-2024121 53

Android.bpD03-May-20242.5 KiB9183

COPYRIGHTD03-May-2024412 97

Cargo.tomlD03-May-20241.3 KiB5043

Cargo.toml.origD03-May-2024983 3832

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2622

METADATAD03-May-2024410 2019

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024560 138

TEST_MAPPINGD03-May-2024143 98

cargo2android.jsonD03-May-2024188 1111

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