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

#2288 in Data structures

Download history 101/week @ 2023-12-13 86/week @ 2023-12-20 91/week @ 2023-12-27 74/week @ 2024-01-03 106/week @ 2024-01-10 138/week @ 2024-01-17 116/week @ 2024-01-24 107/week @ 2024-01-31 89/week @ 2024-02-07 116/week @ 2024-02-14 110/week @ 2024-02-21 133/week @ 2024-02-28 150/week @ 2024-03-06 71/week @ 2024-03-13 186/week @ 2024-03-20 121/week @ 2024-03-27

547 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