Derive helper library
Carefully crafted extensions to the well-known syn crate, which helps to
create complex derivation and proc macro libraries.
For samples, please check documentation and
the following code
from amplify_derive crate, which uses this library for its custom derivation
macros.
Minimum supported rust compiler version (MSRV): 1.59.0. Rust edition 2021.