protwrap 0.2.2

Thin protocol agnostic wrapper for network applications.
Documentation
[dependencies.tokio]
features = ["net"]
optional = true
package = "tokio"
version = "1.32.0"

[dependencies.tokio-util]
optional = true
version = "0.7.9"

[features]
tokio = ["dep:tokio", "dep:tokio-util"]

[package]
categories = ["asynchronous", "network-programming"]
description = "Thin protocol agnostic wrapper for network applications."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "rustfmt.toml", "www"]
keywords = ["network", "wrapper"]
license = "0BSD"
name = "protwrap"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/protwrap"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]