Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 470 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 470 Bytes

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.