3 unstable releases
Uses old Rust 2015
0.2.0 | Feb 2, 2017 |
---|---|
0.1.2 | Jul 15, 2015 |
0.1.0 | Jul 15, 2015 |
#2156 in Data structures
585 downloads per month
Used in 2 crates
5KB
92 lines
collection_macros
Collection of macros to help construct collections in Rust.
Done:
- HashMap
- BTreeMap
TODO:
- VecDeque
- LinkedList
- BitVec
- VecMap
- HashSet
- BTreeSet
- BitSet
- BinaryHeap
lib.rs
:
Collection Macros
A collection of macros to construct collections with minimal syntax