• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/23-Nov-2023-2,7932,039

.appveyor.ymlD23-Nov-2023553 2015

.gitignoreD23-Nov-202335 54

.rustfmt.tomlD23-Nov-2023148 76

.travis.ymlD23-Nov-2023714 3930

AUTHORSD23-Nov-2023121 53

Android.bpD23-Nov-20232.5 KiB9183

COPYRIGHTD23-Nov-2023412 97

Cargo.tomlD23-Nov-20231.3 KiB5043

Cargo.toml.origD23-Nov-2023983 3832

LICENSED23-Nov-202310.6 KiB202169

LICENSE-APACHED23-Nov-202310.6 KiB202169

LICENSE-MITD23-Nov-20231 KiB2622

METADATAD23-Nov-2023410 2019

MODULE_LICENSE_APACHE2D23-Nov-20230

OWNERSD23-Nov-202340 21

README.mdD23-Nov-2023560 138

TEST_MAPPINGD23-Nov-2023143 98

cargo2android.jsonD23-Nov-2023188 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