Module primitives

Module primitives 

Source
Expand description

Generators for primitive types and basic collections.

Structsยง

ArrayGenerator
Generator for fixed-size arrays [T; N]
BTreeMapGenerator
Generator for BTreeMap collections
BTreeSetGenerator
Generator for BTreeSet collections
BoolGenerator
Generator for boolean values
BoolStrategy
CharGenerator
Generator for character values
CharStrategy
F64Strategy
FloatGenerator
Generator for floating-point types
HashMapGenerator
Generator for HashMap<K, V> collections
HashSetGenerator
Generator for HashSet collections
I32Strategy
IntGenerator
Generator for integer types with optional range constraints
OptionGenerator
Generator for Option<T>
ResultGenerator
Generator for Result<T, E> values
StringGenerator
Generator for string values
StringStrategy
Tuple3Generator
Generator for 3-tuples
Tuple4Generator
Generator for 4-tuples
TupleGenerator
Generator for 2-tuples
TupleStrategy2
TupleStrategy3
U32Strategy
UnitGenerator
Generator for the unit type ()
VecGenerator
Generator for Vec<T> collections
VecStrategy