pbt 0.4.11

Property-based testing with `derive` macros, aware of mutual induction & instantiability.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Implementations for common types that would otherwise be
//! unreachable because of Rust's orphan rule.

mod boxes;
mod btrees;
mod hash_collections;
mod infallible;
mod ints;
mod nonzero;
mod options;
mod phantom;
mod rc;
mod strings;
mod tuples;
mod vecs;