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

Download history 178/week @ 2024-05-21 244/week @ 2024-05-28 223/week @ 2024-06-04 126/week @ 2024-06-11 115/week @ 2024-06-18 135/week @ 2024-06-25 50/week @ 2024-07-02 126/week @ 2024-07-09 145/week @ 2024-07-16 133/week @ 2024-07-23 201/week @ 2024-07-30 135/week @ 2024-08-06 202/week @ 2024-08-13 152/week @ 2024-08-20 76/week @ 2024-08-27 136/week @ 2024-09-03

585 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