pbt 0.5.9

High-throughput property-based testing with `derive`, swarm-testing, precise sizing, and full graph-theoretic type analysis over mutually inductive and uninstantiable types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Implementations for common types
//! that would otherwise fall to the orphan rule.

mod arcs;
mod arrays;
mod booleans;
mod boxes;
mod chars;
mod hash_collections;
mod infallible;
mod integers;
#[cfg(feature = "serde_json")]
mod json;
mod options;
mod phantoms;
mod strings;
mod tuples;
mod vectors;