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

#29 in #btree-map

Download history 115/week @ 2024-04-08 152/week @ 2024-04-15 333/week @ 2024-04-22 482/week @ 2024-04-29 159/week @ 2024-05-06 211/week @ 2024-05-13 157/week @ 2024-05-20 229/week @ 2024-05-27 256/week @ 2024-06-03 120/week @ 2024-06-10 124/week @ 2024-06-17 132/week @ 2024-06-24 59/week @ 2024-07-01 140/week @ 2024-07-08 67/week @ 2024-07-15 216/week @ 2024-07-22

491 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