mapcomp 0.3.0

Python-like list comprehensions for standard containers
Documentation

mapcomp
=======

[![crates.io](https://img.shields.io/crates/v/mapcomp.svg)](https://crates.io/crates/mapcomp)
![Build Status](https://travis-ci.org/nickeb96/mapcomp.svg?branch=master)

Python-like list comprehension via macros for the following standard
containers:

- `Vec`
- `HashMap`
- `HashSet`
- `BTreeMap`
- `BTreeSet`

Also provides another macro for coroutine comprehension.

For more info please read the [documentation here](https://docs.rs/mapcomp).

License
-------

Dual-licensed under Apache License, Version 2.0 and the MIT License.