2 releases

0.1.1 Dec 16, 2019
0.1.0 Dec 13, 2019

#1384 in Asynchronous

Download history 121/week @ 2024-03-14 96/week @ 2024-03-21 117/week @ 2024-03-28 88/week @ 2024-04-04 98/week @ 2024-04-11 86/week @ 2024-04-18 122/week @ 2024-04-25 96/week @ 2024-05-02 97/week @ 2024-05-09 99/week @ 2024-05-16 99/week @ 2024-05-23 124/week @ 2024-05-30 98/week @ 2024-06-06 115/week @ 2024-06-13 120/week @ 2024-06-20 83/week @ 2024-06-27

432 downloads per month

MIT/Apache

14KB
214 lines

Asynchronous Single-Reader, Multi-Writer

Rust crate which provides async functions to read data from a single reader, and write it to many writers.

Example

See the example here

License

Licensed under either of

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.


lib.rs:

Asynchronous Single-Reader, Multi-Writer

Provides async functions to read data from a single reader, and write it to many writers.

Dependencies

~5–15MB
~201K SLoC