Crate synthez_codegen
source ·Expand description
synthez-codegen
Internal codegen shim of synthez
crate.
DO NOT use it directly, use synthez
crate instead.
Derive Macros
- Deriving of
synthez::ParseAttrs
along with asyn::parse::Parse
implementation to parsesyn::Attribute
s into a custom defined struct. - Deriving of a
quote::ToTokens
implementation.