Registry / testing / proptest-arbitrary-interop

proptest-arbitrary-interop

JSON →
library0.1.0rscratesunverified

Interop glue between the arbitrary and proptest crates.

# Cargo.toml [dependencies] proptest-arbitrary-interop = "0.1.0"
INSTALL
IMPORT
SIG · PROPTEST-ARBITRARY
P
proptest-arbitrary-interop
testingrustv0.1.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_to_proptest
use proptest_arbitrary_interop::arbitrary_to_proptest;

Converts an arbitrary strategy to a proptest strategy

use proptest_arbitrary_interop::arbitrary_to_proptest; fn main() { let strategy = arbitrary_to_proptest::<u32>(); println!("Strategy created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
proptest-arbitrary-interop — cargo add proptest-arbitrary-interop · libregistry