Crate quoth_macros

Source

Derive Macrosยง

ParsableExt
Derives Display and FromStr based on the the parse() and unparse() implementations of Parsable for this type, respectively.
Spanned
Automatically derives Spanned for the annotated type. This will work as long as there is some struct field of type Span.