darling_core 0.8.1

Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code.
Documentation
1
2
3
4
5
6
7
//! Utility types for working with the AST.

mod data;
mod generics;

pub use self::data::*;
pub use self::generics::{GenericParam, GenericParamExt, Generics};