Crates.io | tokio-duplex |
lib.rs | tokio-duplex |
version | 1.0.1 |
source | src |
created_at | 2022-05-28 00:01:54.435268 |
updated_at | 2022-05-28 00:06:56.615504 |
description | Combine seperate `AsyncRead` and `AsyncWrite` types into a single `AsyncRead + AsyncWrite` type |
homepage | |
repository | https://github.com/panicbit/tokio-duplex |
max_upload_size | |
id | 595416 |
size | 3,214 |
This crate provides only a single type (Duplex), which allows combining an AsyncRead
type and an AsyncWrite
type into a single AsyncRead + AsyncWrite
type.