pub fn bounded_bit_mutations(input: &[u8], limit: usize) -> Vec<Vec<u8>>
Produces at most limit deterministic one-bit hostile mutations.
limit
The explicit limit keeps decoder corpora bounded in CI and downstream tests.