Crate token_parser_derive

Source
Expand description

Derive macros for the token parser.

Derive Macrosยง

Parsable
Derive the Parsable trait by parsing all unnamed fields in order using the Parsable trait.
SymbolParsable
Derive the Parsable trait by parsing all unnamed fields using the FromStr trait.