Upgrade unicode-bidi to 0.3.15 am: 1ab7a07061

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

Change-Id: I14d9a3b40c0486cf544654d3abd745dec7c3b633
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: e48e9f8b19270e5387214ea894b50b99d9fbccd6
  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