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

#1443 in Data structures

Download history 77/week @ 2023-01-04 33/week @ 2023-01-11 40/week @ 2023-01-18 45/week @ 2023-01-25 67/week @ 2023-02-01 45/week @ 2023-02-08 28/week @ 2023-02-15 37/week @ 2023-02-22 70/week @ 2023-03-01 70/week @ 2023-03-08 65/week @ 2023-03-15 106/week @ 2023-03-22 28/week @ 2023-03-29 45/week @ 2023-04-05 39/week @ 2023-04-12 32/week @ 2023-04-19

144 downloads per month
Used in ircparser

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