Migrate 25 crates to monorepo. am: 52e7bb2265 am: 4c2929a9d7

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

Change-Id: I3244b09c9d4f847dab95b70eb2a4ccbbb54dec54
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.