7be3fd486c | ||
---|---|---|
.. | ||
src | ||
.cargo_vcs_info.json | ||
Android.bp | ||
Cargo.toml | ||
Cargo.toml.orig | ||
LICENSE | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
METADATA | ||
MODULE_LICENSE_APACHE2 | ||
MODULE_LICENSE_MIT | ||
OWNERS | ||
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.