clap-serde icon indicating copy to clipboard operation
clap-serde copied to clipboard

Serialize support

Open epage opened this issue 4 years ago • 0 comments

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)

epage avatar Jan 21 '22 15:01 epage