collection_macros 0.2.0

Collection of macros for collections
Documentation
# `collection_macros`

[![Build Status](https://travis-ci.org/pwoolcoc/collection_macros.svg?branch=master)](https://travis-ci.org/pwoolcoc/collection_macros)

Collection of macros to help construct collections in Rust.

## Done:

  - HashMap
  - BTreeMap

## TODO:

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