Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
usestd::collections::HashSet;usesyn::Ident;/// A set of idents.
pubtypeIdentSet=HashSet<Ident>;/// A set of references to idents.
pubtypeIdentRefSet<'a>=HashSet<&'a Ident>;