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 |
#28 in #everything
14KB
312 lines
tcp-channel
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
~455–730KB
~16K SLoC