Skip to content

4lDO2/tcp-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.