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

#2228 in Data structures

Download history 170/week @ 2024-07-25 149/week @ 2024-08-01 200/week @ 2024-08-08 147/week @ 2024-08-15 150/week @ 2024-08-22 95/week @ 2024-08-29 173/week @ 2024-09-05 168/week @ 2024-09-12 157/week @ 2024-09-19 157/week @ 2024-09-26 84/week @ 2024-10-03 81/week @ 2024-10-10 106/week @ 2024-10-17 161/week @ 2024-10-24 139/week @ 2024-10-31 76/week @ 2024-11-07

500 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