derive_display 0.0.2

A convenient attribute to derive `Display` implementation from another implementation. Currently supports `ToTokens`.
Documentation
1
2
3
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", "README.md"))]

include_proc_macro::named!("derive_display");