collection_macros 0.1.2

Collection of macros for collections
Documentation

collection_macros

Collection of macros to help construct collections in Rust.

Done:

  • HashMap
  • BTreeMap

TODO:

  • VecDeque
  • LinkedList
  • BitVec
  • VecMap
  • HashSet
  • BTreeSet
  • BitSet
  • BinaryHeap