Crate collection_macros

Source
Expand description

Collection Macros

A collection of macros to construct collections with minimal syntax

Macrosยง

btreemap
Create a BTreeMap containing the arguments
hashmap
Create a HashMap containing the arguments
hashset
Create a HashSet containing the arguments