derive-io
A Rust crate that provides derive macros for implementing AsyncRead
and AsyncWrite
traits on structs and enums.
Features
- Derive
AsyncRead
andAsyncWrite
traits for structs and enums - Support for both named and tuple structs
- Support for enums with multiple variants
- Support for split read/write streams
Tokio
use *;
use ;