/tokio-duplex

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

Primary LanguageRust

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