futures_codec 0.3.2

Utilities for encoding and decoding frames using `async/await`
Documentation
[package]
name = "futures_codec"
edition = "2018"
version = "0.3.2"
authors = ["Matt Hunzinger <matthunz2@gmail.com>"]
description = "Utilities for encoding and decoding frames using `async/await`"
license = "MIT"
readme = "README.md"
repository = "https://github.com/matthunz/futures-codec"
homepage = "https://github.com/matthunz/futures-codec"
documentation = "https://docs.rs/crate/futures_codec"
keywords = ["future", "futures", "async", "codec"]
categories = ["asynchronous", "network-programming"]

[dependencies]
bytes = "0.4.12"
futures = "0.3.1"
memchr = "2.2.1"
pin-project = "0.4.6"