#async-read-async-write #async-write #type #combine #single #seperate

tokio-duplex

Combine seperate AsyncRead and AsyncWrite types into a single AsyncRead + AsyncWrite type

2 stable releases

1.0.1 May 28, 2022
0.1.0 May 28, 2022

#16 in #async-read-async-write

Download history 87/week @ 2023-11-19 179/week @ 2023-11-26 50/week @ 2023-12-03 110/week @ 2023-12-10 81/week @ 2023-12-17 42/week @ 2023-12-31 20/week @ 2024-01-07 38/week @ 2024-01-14 75/week @ 2024-01-21 81/week @ 2024-01-28 79/week @ 2024-02-04 92/week @ 2024-02-11 86/week @ 2024-02-18 92/week @ 2024-02-25 120/week @ 2024-03-03

391 downloads per month

MIT/Apache

4KB
53 lines

This crate provides only a single type (Duplex), which allows combining an AsyncRead type and an AsyncWrite type into a single AsyncRead + AsyncWrite type.

Dependencies

~2–3MB
~46K SLoC