Expand description
Utilities for working with the traits from the async-codec crate.
Modules§
- decoder
- Utilities for working with decores.
- encoder
- Utilities for working with encoders.
- testing
- Helpers for testing implementations of the async-codec traits.
Structs§
- Decoder
- Future for fully decoding an
AsyncDecode
from anAsyncRead
. - Encoder
- Future for fully encoding an
AsyncEncode
into anAsyncWrite
.