Update unicode-bidi to 0.3.7 am: 410bb6c4d3 am: 1b6e3ab167 am: 38d16362ca am: 31f623aec8

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

Change-Id: I49290a39f73fa97049c46873f5b3c3cc0e543bef
tree: a1afe3b3cb6a1d4d7a42915fea2419272d51fa23
  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

Travis-CI AppVeyor