//! Types which operate over [`AsyncWrite`](tokio_02::io::AsyncWrite) streams, both encoders and
//! decoders for various formats.
#[macro_use]modmacros;modgeneric;modbuf_write;modbuf_writer;useself::{buf_write::AsyncBufWrite,buf_writer::BufWriter,generic::{Decoder, Encoder},};algos!(tokio_02::write<W>);