Crate async_codec_util [−] [src]
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 |
| Encoder |
Future for fully encoding an |
Functions
| decode |
Decode a value from an |
| encode |
Encode a value into an |