Upgrade rust/crates/unicode-bidi to 0.3.5 am: c62c1264e5 am: 86af8c8496 am: 7e5b96b3ec am: 4bf336ce60

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

Change-Id: I013b56ecd191878fbc43d7b08e5173b845f79f95
tree: 6062f6ae82012e40507103184cec2e6e7569878b
  1. src/
  2. .appveyor.yml
  3. .cargo_vcs_info.json
  4. .gitignore
  5. .rustfmt.toml
  6. .travis.yml
  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

Travis-CI AppVeyor