tower-duplex 0.1.1

A tower service warpper built on top of tokio, that allows bi-directional RPC calls between two tower services
Documentation
[dependencies.bincode]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.tokio]
features = ["macros"]
version = "1"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7"

[dependencies.tower]
features = ["load"]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tokio-stream]
version = "0.1"

[package]
description = "A tower service warpper built on top of tokio, that allows bi-directional RPC calls between two tower services"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "tower-duplex"
repository = "https://github.com/vkrasnov/tokio-duplex-tower"
version = "0.1.1"