Add Android.bp

Test: mm
Test: atest
Change-Id: Ie7ef3bc397026f4827203063b7a5fad0b058688f
2 files changed
tree: dcd5a9d4653efaebeb0a6d6612a684f29feeda48
  1. src/
  2. .appveyor.yml
  3. .gitignore
  4. .rustfmt.toml
  5. .travis.yml
  6. Android.bp
  7. AUTHORS
  8. Cargo.toml
  9. Cargo.toml.orig
  10. COPYRIGHT
  11. LICENSE-APACHE
  12. LICENSE-MIT
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. OWNERS
  16. README.md
  17. 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