context-coroutine 3.0.0

This is a simple set of extensions to provide stackful coroutines; it is not officially associated with the context crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# context-coroutines

[context-coroutines] is a Rust crate that provides a simple set of extensions to the [context](https://github.com/zonyitoo/context-rs) crate to provide stackful coroutines.

The intended use case is mostly for read and write (input and output, I/O) with socket file descriptors.

The developers are not associated with the authors of [context](https://github.com/zonyitoo/context-rs) but are extremely grateful for the work they've put into to a superb piece of code.


## Licensing

The license for this project is MIT.

[context-coroutines]: https://github.com/lemonrock/context-coroutines "context-coroutines GitHub page"