lain icon indicating copy to clipboard operation
lain copied to clipboard

A structured fuzzing framework built in Rust

Results 2 lain issues
Sort by recently updated
recently updated
newest added

[Here in the wiki](https://github.com/microsoft/lain/wiki/Derives) it says: > `ignore` will use the default field initializer (`Default::default()`) and will not perform mutation on the field. **It will however be serialized.** Nevertheless the...

This solves the issue in #2 for me and modifies a test to prevent regression in the future. Let me know what you think.