qcomms 0.1.0

qcomms is a small library that offers a simple message passing trait. it also offers keepalive and other stream helpers.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3"

[dependencies.serde]
version = "1.0"

[dependencies.tokio]
features = ["net"]
version = "1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

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

[package]
authors = ["Jose Salazar <znx3p0@gmail.com>"]
description = "qcomms is a small library that offers a simple message passing trait.\nit also offers keepalive and other stream helpers.\n"
documentation = "https://docs.rs/qcomms/"
edition = "2018"
license = "MPL-2.0"
name = "qcomms"
repository = "https://github.com/znx3p0/qcomms"
version = "0.1.0"