Make unicode-bidi available to product and vendor am: c5ef36ec72 am: 8a3e52bd53 am: a06cd5febb am: 9f05a8a9c3

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

Change-Id: Icfcfaefe8f45e321726e75bcff343aecd93ac65f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: c8be7253f288ecf0a50056a27b7cad1c00650a6a
  1. .github/
  2. src/
  3. .appveyor.yml
  4. .cargo_vcs_info.json
  5. .gitignore
  6. .rustfmt.toml
  7. Android.bp
  8. AUTHORS
  9. Cargo.toml
  10. Cargo.toml.orig
  11. cargo2android.json
  12. COPYRIGHT
  13. LICENSE-APACHE
  14. LICENSE-MIT
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. OWNERS
  18. README.md
  19. 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