mirror of
https://gitee.com/openharmony/third_party_rust_unicode-bidi
synced 2024-11-26 23:20:29 +00:00
eea9ef5f3c
Merge pull request !2 from peizhe/master |
||
---|---|---|
.github/workflows | ||
benches | ||
data/udhr | ||
examples | ||
src | ||
tests | ||
tools | ||
.appveyor.yml | ||
.gitignore | ||
.rustfmt.toml | ||
AUTHORS | ||
BUILD.gn | ||
Cargo.toml | ||
COPYRIGHT | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
README.OpenSource |
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.