custom_debug_derive
Derive Debug with a custom format per field.
Usage
extern crate custom_debug_derive;
Would print something like Foo { n: 42 things }
Derive Debug with a custom format per field.
extern crate custom_debug_derive;
Would print something like Foo { n: 42 things }