Skip to content

SPSC channels in Rust transmitted over e.g. TCP

License

Notifications You must be signed in to change notification settings

4lDO2/tcp-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcp-channel

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