Crate darling_core [] [src]

Modules

ast

Utility types for working with the AST.

codegen
options
util

Utility types for attribute parsing.

Structs

Error

An error encountered during attribute parsing.

Traits

FromDeriveInput

Creates an instance by parsing an entire proc-macro derive input, including the, identity, generics, and visibility of the type.

FromField

Creates an instance by parsing an individual field and its attributes.

FromMetaItem

Create an instance from an item in an attribute declaration.

FromVariant

Creates an instance from a specified syn::Variant.

Type Definitions

Result

An alias of Result specific to attribute parsing.