Android 15.0.0 release 25
Snap for 12397575 from 31f7b16aecf0ba1f573a9cf37216fab3ec139347 to 25D4-release

Change-Id: I113df95ef7b9b511f4dbb7151a57a5d92c1bc000
tree: 93f144b12dd4f73d4a3e18dc6fe2c9b712379301
  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.lock
  11. Cargo.toml
  12. Cargo.toml.orig
  13. COPYRIGHT
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. METADATA
  17. MODULE_LICENSE_APACHE2
  18. OWNERS
  19. README.md
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