Crate synthez_codegen[][src]

Expand description

synthez-codegen

Rust docs Rust 1.56+ Unsafe Forbidden

Internal codegen shim of synthez crate.

DO NOT use it directly, use synthez crate instead.

Derive Macros

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

Deriving of a quote::ToTokens implementation.