An open API service indexing awesome lists of open source software.

https://github.com/4ldo2/tcp-channel

SPSC channels in Rust transmitted over e.g. TCP
https://github.com/4ldo2/tcp-channel

channel channels io networking spsc spsc-queue tcp

Last synced: 6 months ago
JSON representation

SPSC channels in Rust transmitted over e.g. TCP

Awesome Lists containing this project

README

          

# tcp-channel

[![Crates.io](http://meritbadge.herokuapp.com/tcp-channel)](https://crates.io/crates/tcp-channel)
[![Docs.rs](https://docs.rs/tcp-channel/badge.svg)](https://docs.rs/tcp-channel)
[![Build Status](https://travis-ci.org/4lDO2/tcp-channel.svg?branch=master)](https://travis-ci.org/4lDO2/tcp-channel)

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