actix-codec 0.2.0

Utilities for encoding and decoding frames
docs.rs failed to build actix-codec-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: actix-codec-0.5.2
Utilities for encoding and decoding frames. Contains adapters to go from streams of bytes, [`AsyncRead`] and [`AsyncWrite`], to framed streams implementing [`Sink`] and [`Stream`]. Framed streams are also known as [transports]. [`AsyncRead`]: # [`AsyncWrite`]: #