impl_standard_builder: Test the Deserialize impl and have it generate ::builder
- May 13, 2022
-
-
Ian Jackson authored
-
- May 12, 2022
-
-
Ian Jackson authored
This deletes many handcoded impls. It also generates lots of impls that we previously didn't have.
-
Ian Jackson authored
Test the Deserialize impl of every config struct. This detects bugs like the one fixed in !502. The macro now becomes more complex because it needs to take options. Right now this tt-munching option parser is overkill, but this leave space for further options in the future.
-