Crate darling_core[−][src]
Re-exports
pub use error::Error; |
pub use error::Result; |
Modules
| ast | Utility types for working with the AST. |
| derive | Functions to derive |
| error | The |
| usage | Traits and types used for tracking the usage of generic parameters through a proc-macro input. |
| util | Utility types for attribute parsing. |
Macros
| uses_lifetimes | Generator for |
| uses_type_params | Generator for |
Traits
| FromDeriveInput | Creates an instance by parsing an entire proc-macro |
| FromField | Creates an instance by parsing an individual field and its attributes. |
| FromGenericParam | Creates an instance by parsing a specific |
| FromGenerics | Creates an instance by parsing an entire generics declaration, including the
|
| FromMeta | Create an instance from an item in an attribute declaration. |
| FromTypeParam | Creates an instance by parsing an individual type_param and its attributes. |
| FromVariant | Creates an instance from a specified |