Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING."
tree: 104dd882e14a6b4863b4264b338cb1e253974e48
  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