• Home
Name Date Size #Lines LOC

..--

.github/workflows/03-May-2024-6864

src/03-May-2024-3,6932,609

.appveyor.ymlD03-May-2024470 2015

.cargo_vcs_info.jsonD03-May-202494 66

.gitignoreD03-May-202435 54

.rustfmt.tomlD03-May-202447 32

AUTHORSD03-May-2024121 53

Android.bpD03-May-20242.5 KiB8782

COPYRIGHTD03-May-2024412 97

Cargo.tomlD03-May-20241.7 KiB8474

Cargo.toml.origD03-May-20241.5 KiB5648

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2622

METADATAD03-May-2024655 2422

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024570 138

TEST_MAPPINGD03-May-2024423 2524

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](https://docs.rs/unicode-bidi/)
8
9[![CI](https://github.com/servo/unicode-bidi/actions/workflows/main.yml/badge.svg)](https://github.com/servo/unicode-bidi/actions)
10[![AppVeyor](https://img.shields.io/appveyor/ci/servo/unicode-bidi/master.svg)](https://ci.appveyor.com/project/servo/unicode-bidi)
11
12[tr9]: https://www.unicode.org/reports/tr9/
13