Vendored version of unicode-bidi from crates.io
  • Rust 96.9%
  • Python 3.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Manish Goregaokar 006aa46113
Some checks failed
CI / Test (ubuntu-latest, 1.47.0) (push) Has been cancelled
CI / Test (ubuntu-latest, beta) (push) Has been cancelled
CI / Test (ubuntu-latest, nightly) (push) Has been cancelled
CI / Test (ubuntu-latest, stable) (push) Has been cancelled
CI / Fmt (push) Has been cancelled
CI / Verify (push) Has been cancelled
CI / homu build finished (push) Has been cancelled
Merge pull request #147 from asibahi/push-mmtozqrzvuqy
save a couple allocations
2025-11-11 09:53:27 -08:00
.github/workflows Rename master branch to main 2024-03-20 10:19:50 +01:00
benches fixup! [utf-16] Don't expose ...U16 types in the base module, just make the utf16 submodule public. 2023-10-30 19:44:51 +00:00
data/udhr Instrumentation for perf analysis using Flame 2017-06-15 16:11:22 -06:00
examples Fix and rerun rustfmt 2022-03-24 10:42:50 -07:00
src save a couple allocations 2025-11-11 08:47:42 +03:00
tests Patch in test for #119 from Unicode 15.1 data 2023-12-08 15:46:38 -08:00
tools Handle canonical equivalence 2022-12-19 10:51:19 -08:00
.appveyor.yml Fix appveyor (#93) 2022-12-28 20:54:15 -08:00
.gitignore Commit Cargo.lock for MSRV testing 2023-10-16 11:31:30 -07:00
.rustfmt.toml remove nightly-only fmt option 2023-03-16 19:03:31 -07:00
AUTHORS [lib] Implement L1 rule 2017-05-12 12:19:51 -05:00
Cargo.lock remove redundant variable 2025-08-17 17:28:54 +03:00
Cargo.toml Bump to 0.3.18 2024-12-16 15:09:07 -08:00
COPYRIGHT Initial commit 2015-06-08 17:55:59 -07:00
LICENSE-APACHE Initial commit 2015-06-08 17:55:59 -07:00
LICENSE-MIT Initial commit 2015-06-08 17:55:59 -07:00
README.md Update Readme 2024-10-02 10:14:43 -07:00

unicode-bidi

This crate implements the Unicode Bidirectional Algorithm for display of mixed right-to-left and left-to-right text. It is written in safe Rust, compatible with the current stable release.

Documentation

CI AppVeyor