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

#2336 in Data structures

Download history 72/week @ 2024-01-12 137/week @ 2024-01-19 125/week @ 2024-01-26 85/week @ 2024-02-02 114/week @ 2024-02-09 101/week @ 2024-02-16 105/week @ 2024-02-23 136/week @ 2024-03-01 143/week @ 2024-03-08 120/week @ 2024-03-15 167/week @ 2024-03-22 133/week @ 2024-03-29 112/week @ 2024-04-05 169/week @ 2024-04-12 164/week @ 2024-04-19 422/week @ 2024-04-26

887 downloads per month
Used in 2 crates

MIT license

5KB
92 lines

collection_macros

Build Status

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

No runtime deps