Expand description
This crate provides some useful helper functions and macros based on quickcheck.
Macros§
- shrink_
a_ field - Shrinks one field of an object.
- shrink_
a_ map_ field - Shrinks a mapping field whose key is determined by the value.
Structs§
- Unshrinkable
- Unshrinkable suppresses element-shrinking of quickcheck.