• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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