clap-serde
clap-serde copied to clipboard
Serialize support
This was requested in clap, see https://github.com/clap-rs/clap/issues/918
Other benefits
- Insights into clap building by allowing dumping before and after to see what changed
- Another way of providing insight into the derive API compared to
cargo expand - Hopefully help people detect some level of breaking changes (especially for the more magical derive API)