corona 0.2.1

Coroutine and Async/Await support for tokio-based futures
Documentation
# Corona

This is an experiment aiming to integrate coroutines with futures in Rust. It
works, but is still considered very experimental and the API will likely
change (it is experimental API-wise, it doesn't crash or eat your data). Also,
there are several yet unsolved problems.

You want to read the [docs](https://docs.rs/corona).

When you try it out, I'm interested in hearing some feedback (if it works for
you, if the API could be improved somehow).

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.