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 AsyncDecode from an AsyncRead.

Encoder

Future for fully encoding an AsyncEncode into an AsyncWrite.

Functions

decode

Decode a value from an AsyncRead, using an AsyncDecode.

encode

Encode a value into an AsyncWrite, using an AsyncEncode.