v0.1.0
Initial release of mozz: pure-Mojo fuzzing and property-based testing.
Supported features:
- Raw byte fuzzing with automatic crash minimization via delta-debugging
- Typed property tests with
Gen[T]parametric generators - Byte-level property tests
- Crash replay and minimization from saved corpus
- Custom type support via companion structs
- Xoshiro256++ PRNG, seeded and reproducible
- Seven weighted mutation operators
API documentation: https://ehsanmok.github.io/mozz/