Registry / testing / quickcheck-derive

quickcheck-derive

JSON →
library0.3.0rscratesunverified

Derives quickcheck traits for property-based testing.

# Cargo.toml [dependencies] quickcheck_derive = "0.3.0"
INSTALL
IMPORT
SIG · QUICKCHECK-DERIVE
Q
quickcheck-derive
testingrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Arbitrary
✓ use quickcheck_derive::Arbitrary;

Derives the Arbitrary trait for a struct.

use quickcheck_derive::Arbitrary; #[derive(Arbitrary)] struct MyStruct { x: i32, }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
quickcheck-derive — cargo add quickcheck-derive · libregistry