Derive Macrosยง
- DisplayDebug 
- A procedural macro that implements the std::fmt::Displaytrait for a type, using the standard debug format ({:?}) for formatting.
- DisplayDebug Format 
- A procedural macro that implements the std::fmt::Displaytrait for a type, using the detailed debug format ({:#?}) for formatting.
- Lombok
- This is an example of how to use the Lombokprocedural macro withgetandsetattributes.