4lDO2 / tcp-channel

SPSC channels in Rust transmitted over e.g. TCP

Repository from Github https://github.com4lDO2/tcp-channelRepository from Github https://github.com4lDO2/tcp-channel

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.

About

SPSC channels in Rust transmitted over e.g. TCP

License:MIT License


Languages

Language:Rust 100.0%