Custom-derive for the Arbitrary trait of proptest, enabling automatic test case generation.
# Cargo.toml
[dependencies]
proptest-derive = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive Arbitrary for a struct to use in property-based tests.
Add `proptest` to dev-dependencies and use `#[cfg(test)]` for test modules.
No dependency data recorded yet.