Parse attributes into structs for custom derive implementations (internal support)
Description
Internal support for a 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 "default" feature of the "darling_macro" crate.