tokio-duplex

Crates.iotokio-duplex
lib.rstokio-duplex
version1.0.1
sourcesrc
created_at2022-05-28 00:01:54.435268
updated_at2022-05-28 00:06:56.615504
descriptionCombine seperate `AsyncRead` and `AsyncWrite` types into a single `AsyncRead + AsyncWrite` type
homepage
repositoryhttps://github.com/panicbit/tokio-duplex
max_upload_size
id595416
size3,214
(panicbit)

documentation

https://docs.rs/tokio-duplex

README

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

Commit count: 6

cargo fmt