1
2
3
4
5
6
7
8
9
#![doc(html_root_url = "https://pwoolcoc.github.io/collection_macros/")]

//! Collection Macros
//! 
//! A collection of macros to construct collections with minimal syntax

#[macro_use] mod hashmap;
#[macro_use] mod btreemap;
#[macro_use] mod hashset;