gecko-dev/third_party/rust/derive_arbitrary
Mike Hommey 895815d170 Bug 1836878 - Upgrade arbitrary to 1.3.0 and derive_arbitrary to 1.3.1. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D180030
2023-06-06 22:48:51 +00:00
..
src
.cargo-checksum.json
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
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.