tcp-channel 0.1.0

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

tcp-channel

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