Collection of macros for collections
General-purpose `seq![]` and `map! {}` collection macros
Procedural macros for deriving the Collection trait for MongoDB collections
Macros to support frozen collections
Macros for the enum-collections EnumMap
a collection of macros to make making collections easier
proc-macros for linear_collections
Adds new macros to rust for creating collections
Macro to process test attribute for libtest-mimic-collect
The procedural macros for the collection crate
Simple and configurable macros for maps and sets.
This crate provides the `collect!` macro, which can be used to easily construct arbitrary collections, including `Vec`, `String`, and `HashMap`. It also endeavours to construct the collection with a single allocation, where possible.