Upgrade unicode-bidi to 0.3.8 am: ada9b9f98a am: 55469853c0

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

Change-Id: Ice6e5e3f023ab10ca47936015b8e638ea117077f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 103a0324874941ae6026e3e485f426b5ac626b47
  1. .github/
  2. src/
  3. .appveyor.yml
  4. .gitignore
  5. .rustfmt.toml
  6. Android.bp
  7. AUTHORS
  8. Cargo.lock.saved
  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