Crate synthez_codegen

Source
Expand description

§synthez-codegen

crates.io Rust 1.62+ Unsafe Forbidden
Rust docs

Internal codegen shim of synthez crate.

DO NOT use it directly, use synthez crate instead.

Derive Macros§

ParseAttrs
Deriving of synthez::ParseAttrs along with a syn::parse::Parse implementation to parse syn::Attributes into a custom defined struct.
ToTokens
Deriving of a quote::ToTokens implementation.