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
- Host: GitHub
- URL: https://github.com/4ldo2/tcp-channel
- Owner: 4lDO2
- License: mit
- Created: 2019-03-06T11:31:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T14:48:07.000Z (about 2 years ago)
- Last Synced: 2024-10-31T12:13:22.859Z (11 months ago)
- Topics: channel, channels, io, networking, spsc, spsc-queue, tcp
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcp-channel
[](https://crates.io/crates/tcp-channel)
[](https://docs.rs/tcp-channel)
[](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.