mutatis 0.5.2

`mutatis` is a library for writing custom, structure-aware test-case mutators for fuzzers in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// XXX: Keep this documented MSRV in sync with the `rust-version` in
// `Cargo.toml`.

/*!

# Minimum Supported Rust Version

The minimum supported Rust version (MSRV) is currently **1.91.0**.

The MSRV will never be increased in a patch release, but may be increased in a
minor release. We will aim to avoid doing so without good reason.

 */