Impl Display Macro
Introduction:
The implementation of trait Display.
P.s.: More useful macros you can find here.
Examples:
let hello = Hello ;
assert_eq!;
let dog = Dog;
assert_eq!;
let cat = Cat;
assert_eq!;
let bird = Bird ;
assert_eq!;
Licensing:
Distributed under the MIT license.
Feedback:
You can contact me via GitHub or send a message to my Telegram @fuderis.
This library is constantly evolving, and I welcome your suggestions and feedback.