futures_codec 0.2.2

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

[dependencies]
bytes = "0.4.12"
futures-preview = "0.3.0-alpha.15"