#async-io #async-write #combine #single #type #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

#1010 in Asynchronous

Download history 139/week @ 2024-11-23 187/week @ 2024-11-30 189/week @ 2024-12-07 185/week @ 2024-12-14 29/week @ 2024-12-21 22/week @ 2024-12-28 49/week @ 2025-01-04 76/week @ 2025-01-11 170/week @ 2025-01-18 274/week @ 2025-01-25 233/week @ 2025-02-01 212/week @ 2025-02-08 118/week @ 2025-02-15 130/week @ 2025-02-22 169/week @ 2025-03-01 178/week @ 2025-03-08

640 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–8MB
~47K SLoC