channels 0.2.1

Bidirectional channel-like communication over generic Read/Write streams
Documentation
[dependencies.bincode]
version = "^1"

[dependencies.crc]
optional = true
version = "^3"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[features]
crc = ["dep:crc"]

[package]
authors = ["1337"]
categories = ["network-programming"]
description = "Bidirectional channel-like communication over generic Read/Write streams"
documentation = "https://docs.rs/channels"
edition = "2021"
keywords = ["client", "networking", "server", "stream", "channel"]
license = "MIT"
name = "channels"
readme = "README.md"
repository = "https://github.com/threadexio/channels-rs"
resolver = "2"
version = "0.2.1"