landaire / lain

A structured fuzzing framework built in Rust
MIT License
23 stars 5 forks source link

respect ignored fields for mutatable structs #3

Open theguy147 opened 2 years ago

theguy147 commented 2 years ago

This solves the issue in #2 for me and modifies a test to prevent regression in the future.

Let me know what you think.