Crate seferize

Crate seferize 

Source

Attribute Macros§

ignore
Macro causes the #stringify macro to ignore some item like: module, trait, struct, etc.
stringify
Macro that converts an item (struct, impl, trait, etc.) into a &'static str containing the item’s source code.