aejenk / glitchup

A databender library/executable made in Rust.
Mozilla Public License 2.0
1 stars 0 forks source link

Add #[ignore] attribute in derive. #16

Closed aejenk closed 5 years ago

aejenk commented 5 years ago

There are some options in the configuration file that the mutations will not use. These options might have more complicated structures. To accomodate this, we should add an attribute #[ignore] which would lead the macro to not include it in the to_hashmap function.