async-codec-lite
Adaptors from AsyncRead/AsyncWrite to Stream/Sink using futures.
# async-codec-lite
Adaptors from AsyncRead/AsyncWrite to Stream/Sink using futures.
## Description
This crate is similar to existing crates that also provide `FramedWrite`
adapters. The difference between this crate and other non-tokio alternatives is
that it does not require `T: Unpin` in the `Sink` implementation for
`FramedWrite