• Home
Name Date Size #Lines LOC

..--

patches/04-Jul-2025-2218

src/04-Jul-2025-5,5863,799

.android-checksum.jsonD04-Jul-20252 KiB11

.cargo-checksum.jsonD04-Jul-20251.5 KiB11

AUTHORSD04-Jul-2025121 53

Android.bpD04-Jul-20251.5 KiB6257

COPYRIGHTD04-Jul-2025412 97

Cargo.tomlD04-Jul-20251.5 KiB7970

LICENSED04-Jul-202510.6 KiB202169

LICENSE-APACHED04-Jul-202510.6 KiB202169

METADATAD04-Jul-2025411 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025570 138

TEST_MAPPINGD04-Jul-2025384 2423

cargo_embargo.jsonD04-Jul-2025199 109

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