Registry / testing / sample-test

sample-test

JSON →
library0.2.1rscratesunverified

Sampling strategies and machinery for testing arbitrary data.

# Cargo.toml [dependencies] sample-test = "0.2.1"
INSTALL
IMPORT
SIG · SAMPLE-TEST
S
sample-test
testingrustv0.2.1
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.

Sample
use sample_test::Sample;

Create a sample of size 10 for testing.

use sample_test::Sample; fn main() { let sample = Sample::new(10); println!("{:?}", sample); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
sample-test — cargo add sample-test · libregistry