Migrate 26 crates to monorepo

tokio-util
tower
tower-layer
tower-service
tracing
tracing-attributes
tracing-core
tracing-subscriber
try-lock
tungstenite
twox-hash
ucd-trie
unicode-bidi
unicode-normalization
unicode-segmentation
unicode-width
unsafe-libyaml
userfaultfd
utf-8
uuid
weak-table
webpki
which
winnow
x509-cert
xml-rs

Bug: http://b/339424309
Test: treehugger
Change-Id: I2bdf16585d8f3d407aeaddad8a12e34839324f1a
3 files changed
tree: 93f144b12dd4f73d4a3e18dc6fe2c9b712379301
  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.lock
  11. Cargo.toml
  12. Cargo.toml.orig
  13. COPYRIGHT
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. METADATA
  17. MODULE_LICENSE_APACHE2
  18. OWNERS
  19. README.md
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