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