| Crates.io | tokio-duplex |
| lib.rs | tokio-duplex |
| version | 1.0.1 |
| created_at | 2022-05-28 00:01:54.435268+00 |
| updated_at | 2022-05-28 00:06:56.615504+00 |
| 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.