Android 14.0.0 release 36
Snap for 11162593 from 45bbef38346cd1f14df00d3194d7cf57835fbd79 to 24Q1-release

Change-Id: Ie7338d8a0386f0b68bd8e9968358a25bccea32b3
tree: 631e4922731e297477dba699be89bee8be2db78a
  1. .github/
  2. patches/
  3. src/
  4. .appveyor.yml
  5. .cargo_vcs_info.json
  6. .gitignore
  7. .rustfmt.toml
  8. Android.bp
  9. AUTHORS
  10. Cargo.toml
  11. Cargo.toml.orig
  12. cargo_embargo.json
  13. COPYRIGHT
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. METADATA
  17. MODULE_LICENSE_APACHE2
  18. OWNERS
  19. README.md
  20. TEST_MAPPING
README.md

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