Android security 15.0.0 release 7
Snap for 11881322 from 7549ad48033026de57dcab492516f71467d00c57 to 24Q3-release

Change-Id: I63fd3bf1ec2eab622c83acbc1b5319c1f0a482ad
tree: bb823ccdf01a76577a42d39326177cd73e467fb7
  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. cargo_embargo.json
  14. COPYRIGHT
  15. LICENSE-APACHE
  16. LICENSE-MIT
  17. METADATA
  18. MODULE_LICENSE_APACHE2
  19. OWNERS
  20. README.md
  21. 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