derive_more 2.1.1

Adds #[derive(x)] macros for more traits
Documentation
1
2
3
4
#[derive(derive_more::Debug)]
pub struct Foo(#[debug("Stuff({_1})")] String);

fn main() {}