simple-async-pipe 0.1.0

Aims to provide a simple pipe-like functionality for async code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# simple-async-pipe

Aims to provide a simple pipe-like functionality for async code. Created to be used in
tests. No performance optimization done.

[Documentation](https://docs.rs/simple_async_pipe/)

## License

This project is 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.