Crate darling_core [] [src]

Reexports

pub use error::Result;
pub use error::Error;

Modules

ast

Utility types for working with the AST.

codegen
error

Types for working with darling errors and results.

options
util

Utility types for 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.