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

..--

patches/25-Apr-2025-2218

src/25-Apr-2025-5,5863,799

.cargo-checksum.jsonD25-Apr-20251.5 KiB11

AUTHORSD25-Apr-2025121 53

Android.bpD25-Apr-20251.4 KiB5853

COPYRIGHTD25-Apr-2025412 97

Cargo.tomlD25-Apr-20251.5 KiB7970

LICENSED25-Apr-202510.6 KiB202169

LICENSE-APACHED25-Apr-202510.6 KiB202169

LICENSE-MITD25-Apr-20251 KiB2622

METADATAD25-Apr-2025411 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025570 138

TEST_MAPPINGD25-Apr-2025384 2423

cargo_embargo.jsonD25-Apr-2025154 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