derivative 0.3.1

A set of alternative `derive` attributes for Rust
Documentation
1
2
3
#[derive(Derivative)]
#[derivative(Debug="transparent")]
pub struct Wrapping<T>(pub T);