Module synthez_core::parse::attrs[][src]

Expand description

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

Modules

Deduplication strategies of an Attrs’ field parsing.

Batteries for working with Attrs’ fields.

Kinds of an Attrs’ field parsing.

Validation machinery of an Attrs’ field parsing.

Traits

Parseing of syn::Attributes into a custom defined struct.

Abstracted deduplication strategy of an Attrs’ field parsing into a field::Container.

Abstracted kind of an Attrs’ field parsing into a field::Container.

Validation of a Rule during an Attrs’ field parsing into a field::Container.

Functions

Filters the given attrs to contain syn::Attributes only with the given name.