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

#2245 in Data structures

Download history 195/week @ 2024-11-17 155/week @ 2024-11-24 177/week @ 2024-12-01 214/week @ 2024-12-08 403/week @ 2024-12-15 269/week @ 2024-12-22 249/week @ 2024-12-29 594/week @ 2025-01-05 369/week @ 2025-01-12 254/week @ 2025-01-19 196/week @ 2025-01-26 460/week @ 2025-02-02 358/week @ 2025-02-09 325/week @ 2025-02-16 276/week @ 2025-02-23 72/week @ 2025-03-02

1,082 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