#channel #spsc #read-write #tcp #everything #transmitted

tcp-channel

SPSC channels, working on everything that implements Read and Write

6 releases

0.3.2 Apr 3, 2019
0.3.1 Apr 2, 2019
0.2.1 Mar 25, 2019
0.1.0 Mar 6, 2019

#31 in #everything

MIT license

14KB
312 lines

tcp-channel

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.


lib.rs:

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

Dependencies

~470–760KB
~16K SLoC