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[](https://github.com/servo/unicode-bidi/actions) 10[](https://ci.appveyor.com/project/servo/unicode-bidi) 11 12[tr9]: https://www.unicode.org/reports/tr9/ 13