2 releases

0.1.1 Dec 16, 2019
0.1.0 Dec 13, 2019

#1324 in Asynchronous

Download history 162/week @ 2023-12-18 229/week @ 2023-12-25 298/week @ 2024-01-01 224/week @ 2024-01-08 210/week @ 2024-01-15 186/week @ 2024-01-22 196/week @ 2024-01-29 198/week @ 2024-02-05 205/week @ 2024-02-12 197/week @ 2024-02-19 190/week @ 2024-02-26 221/week @ 2024-03-04 154/week @ 2024-03-11 106/week @ 2024-03-18 86/week @ 2024-03-25 117/week @ 2024-04-01

495 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

~6–17MB
~219K SLoC