Go to file
openharmony_ci eea9ef5f3c
!2 README.OpenSource 中License信息整改
Merge pull request !2 from peizhe/master
2023-05-05 02:26:33 +00:00
.github/workflows Require passing fmt for merge. 2022-03-26 13:15:47 -04:00
benches Fix and rerun rustfmt 2022-03-24 10:42:50 -07: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 Fix implementation of L2 in reorder_visual 2023-03-16 19:02:47 -07:00
tests Update data to Unicode 15 2023-01-18 20:17:56 -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 [examples/flame_udhr] Fix compile error 2017-07-05 13:15:44 -06: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
BUILD.gn Add GN Build Files and Custom Modifications 2023-04-18 18:16:25 +08:00
Cargo.toml Bump to 0.3.12 2023-03-17 09:36:16 -07: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 and Cargo.toml 2022-03-03 15:28:47 -08:00
README.OpenSource README.OpenSource 中License信息整改 2023-05-04 11:28:54 +08: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