Migrate 25 crates to monorepo.

combine
command-fds
const-oid
coset
crc32fast
criterion
criterion-plot
crossbeam-channel
crossbeam-deque
crossbeam-epoch
crossbeam-queue
crossbeam-utils
darling_core
darling_macro
dashmap
data-encoding
der
der_derive
derive_arbitrary
displaydoc
document-features
downcast-rs
drm
either
enumn

Bug: 339424309
Test: treehugger
Change-Id: Ie9796870ea1b0a9db343bd8501f5cecb4244963d
3 files changed
tree: 41a7fe2b972c6684bf00e72b18632d5c2bf2b73e
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. MODULE_LICENSE_MIT
  11. OWNERS
  12. README.md
README.md

#[derive(Arbitrary)]

This crate implements support for automatically deriving the Arbitrary trait.

Don't depend on this crate directly, though. Instead, enable the "derive" feature of the arbitrary crate.