Expand description
Generators for primitive types and basic collections.
Structsยง
- Array
Generator - Generator for fixed-size arrays [T; N]
- BTree
MapGenerator - Generator for BTreeMap collections
- BTree
SetGenerator - Generator for BTreeSet collections
- Bool
Generator - Generator for boolean values
- Bool
Strategy - Char
Generator - Generator for character values
- Char
Strategy - F64Strategy
- Float
Generator - Generator for floating-point types
- Hash
MapGenerator - Generator for
HashMap<K, V>collections - Hash
SetGenerator - Generator for HashSet collections
- I32Strategy
- IntGenerator
- Generator for integer types with optional range constraints
- Option
Generator - Generator for
Option<T> - Result
Generator - Generator for
Result<T, E>values - String
Generator - Generator for string values
- String
Strategy - Tuple3
Generator - Generator for 3-tuples
- Tuple4
Generator - Generator for 4-tuples
- Tuple
Generator - Generator for 2-tuples
- Tuple
Strategy2 - Tuple
Strategy3 - U32Strategy
- Unit
Generator - Generator for the unit type ()
- VecGenerator
- Generator for
Vec<T>collections - VecStrategy