Merge "Migrate to cargo_embargo." into main am: f7fd39458c am: d488ec7a64

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

Change-Id: Ie9edb70c756795c11348bf211e08ae30612791ad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 631e4922731e297477dba699be89bee8be2db78a
  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.toml
  11. Cargo.toml.orig
  12. cargo_embargo.json
  13. COPYRIGHT
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. METADATA
  17. MODULE_LICENSE_APACHE2
  18. OWNERS
  19. README.md
  20. 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