A possible upgrade would be the ability for creating multiple variables that are to be fuzzed from the same data in the `fuzz_target` macro. Something like this? ```rust fuzz_target!(|rgb: Rgb, other: Other| {}) ``` That, or have another macro named `fuzz_targets`