Module synthez::parse[][src]

Expand description

Batteries for syn::parse.

Modules

Batteries for parsing a single attribute.

Machinery for parsing syn::Attributes into a custom defined struct.

Common errors of parsing.

Extensions for syn::parse types.

Traits

Parseing of [syn::Attribute]s into a custom defined struct.

Extension of a [syn::parse::ParseBuffer] providing common function widely used by this crate for parsing.

Derive Macros

Deriving of synthez::ParseAttrs along with a [syn::parse::Parse] implementation to parse [syn::Attribute]s into a custom defined struct.