Structs don't implement Debug, making it difficult to explore errors/etc.
klardotsh opened this issue · 0 comments
klardotsh commented
I'm not sure if it's a simple #derive(Debug)
or something more intensive, but if it were possible to implement Debug
for the structs in this crate, it'd be wonderful for trying to poke at build results and such at a high level!