Android 12.0.0 release 19
Generate apex_available from c2a instead of a patch am: b7aefdc050 am: a172325fac am: 0c1f704f00

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/unicode-bidi/+/1688683

Change-Id: I986f0e47db893865817587efd2a280521a29ddd9
tree: ba149378c00d33edf2b1f48ebf6763aeb08bc733
  1. src/
  2. .appveyor.yml
  3. .gitignore
  4. .rustfmt.toml
  5. .travis.yml
  6. Android.bp
  7. AUTHORS
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo2android.json
  11. COPYRIGHT
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. OWNERS
  17. README.md
  18. 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

Travis-CI AppVeyor