derive_display 0.0.3

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

include_proc_macro::named!("derive_display");