tcp-channel

Crates.iotcp-channel
lib.rstcp-channel
version0.3.2
sourcesrc
created_at2019-03-06 12:11:08.259239
updated_at2019-04-03 10:29:07.067985
descriptionSPSC channels, working on everything that implements Read and Write
homepage
repositoryhttps://github.com/4lDO2/tcp-channel
max_upload_size
id119098
size25,790
4lDO2 (4lDO2)

documentation

https://docs.rs/tcp-channel

README

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.

Commit count: 40

cargo fmt