fune/third_party/rust/derive_arbitrary
2023-02-23 01:00:55 +00:00
..
src Bug 1817900 - Update arbitrary to 1.2.3. r=emilio,supply-chain-reviewers 2023-02-23 01:00:55 +00:00
.cargo-checksum.json Bug 1817900 - Update arbitrary to 1.2.3. r=emilio,supply-chain-reviewers 2023-02-23 01:00:55 +00:00
Cargo.toml Bug 1817900 - Update arbitrary to 1.2.3. r=emilio,supply-chain-reviewers 2023-02-23 01:00:55 +00:00
LICENSE-APACHE
LICENSE-MIT
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.