bytecodec 0.4.15

A tiny framework for implementing encoders/decoders of byte-oriented protocols
Documentation
[badges.coveralls]
repository = "sile/bytecodec"

[dependencies.bincode]
optional = true
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.pin-project]
optional = true
version = "1"

[dependencies.serde]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.tokio]
features = ["io-util"]
optional = true
version = "1.0"

[dependencies.trackable]
version = "0.2"

[features]
bincode_codec = ["serde", "bincode"]
json_codec = ["serde", "serde_json"]
tokio-async = ["tokio", "pin-project"]

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
categories = ["encoding"]
description = "A tiny framework for implementing encoders/decoders of byte-oriented protocols"
edition = "2018"
homepage = "https://github.com/sile/bytecodec"
license = "MIT"
name = "bytecodec"
readme = "README.md"
repository = "https://github.com/sile/bytecodec"
version = "0.4.15"

[package.metadata.docs.rs]
all-features = true