Crates.io | tcp-channel |
lib.rs | tcp-channel |
version | 0.3.2 |
source | src |
created_at | 2019-03-06 12:11:08.259239 |
updated_at | 2019-04-03 10:29:07.067985 |
description | SPSC channels, working on everything that implements Read and Write |
homepage | |
repository | https://github.com/4lDO2/tcp-channel |
max_upload_size | |
id | 119098 |
size | 25,790 |
SPSC channels in Rust, transmitted through anything that implements Read
and Write
.
It uses bincode
and serde
for serialization and deserialization.