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

#1999 in Data structures

Download history 237/week @ 2024-12-21 292/week @ 2024-12-28 580/week @ 2025-01-04 392/week @ 2025-01-11 244/week @ 2025-01-18 179/week @ 2025-01-25 448/week @ 2025-02-01 313/week @ 2025-02-08 383/week @ 2025-02-15 257/week @ 2025-02-22 147/week @ 2025-03-01 288/week @ 2025-03-08 160/week @ 2025-03-15 139/week @ 2025-03-22 219/week @ 2025-03-29 122/week @ 2025-04-05

669 downloads per month
Used in 2 crates

MIT license

5KB
92 lines

Collection Macros

A collection of macros to construct collections with minimal syntax


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

No runtime deps