coro 0.1.0

Stackful, first-class asymmetric coroutines.
Documentation
# coro

[![Crates.io](https://img.shields.io/crates/v/coro)](https://crates.io/crates/coro)
[![docs.rs](https://img.shields.io/docsrs/coro)](https://docs.rs/coro)
[![Build status](https://github.com/hsanzg/coro/actions/workflows/test.yml/badge.svg)](https://github.com/hsanzg/coro/actions/)

<!-- The following section is autogenerated by the cargo-sync-readme utility;
     to modify its contents, update the crate documentation in the `src/lib.rs`
     file and run the `cargo sync-readme` command. -->

<!-- cargo-sync-readme start -->

This crate provides stackful, first-class asymmetric coroutines.

<!-- cargo-sync-readme end -->

## License

[MIT](LICENSE) &copy; [Hugo Sanz González](https://hgsg.me)