tcp-channel 0.3.2

SPSC channels, working on everything that implements Read and Write
Documentation

tcp-channel

Crates.io Docs.rs Build Status

SPSC channels in Rust, transmitted through anything that implements Read and Write. It uses bincode and serde for serialization and deserialization.