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

..03-May-2022-

src/H03-May-2022-2,8062,053

.appveyor.ymlH A D01-Jan-1970553 2015

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197035 54

.rustfmt.tomlH A D01-Jan-1970148 76

.travis.ymlH A D01-Jan-1970666 3829

AUTHORSH A D01-Jan-1970121 53

COPYRIGHTH A D01-Jan-1970412 97

Cargo.lockH A D01-Jan-19704.4 KiB176155

Cargo.tomlH A D01-Jan-19701.5 KiB5750

Cargo.toml.orig-cargoH A D01-Jan-19701.3 KiB5144

LICENSE-APACHEH A D01-Jan-197010.6 KiB202169

LICENSE-MITH A D01-Jan-19701 KiB2622

README.mdH A D01-Jan-1970555 138

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