A set of macros to automatically deserialize standard attributes
Getting Started
Make sure a Syn version is selected in features: features = ["syn_2"]
Our attribute type is declared in a procedural macro crate:
// We set the attribute name to 'my_attr'
It can then be used to parse the following attribute using the from_attrs method:
For a more extensive guide check out the github.