Migrate 25 crates to monorepo. am: 52e7bb2265

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sync_wrapper/+/3248262

Change-Id: Ie8bc387aacd3d8949811273bfcbc442b0dd64b4e
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: a0230e4d40519d5489de0b2016de0848a4c0837c
  1. patches/
  2. src/
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. LICENSE
  7. METADATA
  8. MODULE_LICENSE_APACHE2
  9. OWNERS
  10. README.md
README.md

Latest Version Rust Documentation

SyncWrapper

A mutual exclusion primitive that relies on static type information only.

This library is inspired by this discussion.