Parse attributes into structs for custom derive implementations (helper crate)
Description
Helper crate for proc-macro library for reading attributes into structs
when implementing custom derives. Use https://crates.io/crates/darling
in your code.
This package contains library source intended for building other packages which
use the "diagnostics" feature of the "darling_core" crate.