Crates.io | comms |
lib.rs | comms |
version | 0.1.4 |
source | src |
created_at | 2017-04-06 20:38:32.694687 |
updated_at | 2017-04-06 20:38:32.694687 |
description | Experimental library for communicating with groups of Tokio server clients. |
homepage | https://github.com/46bit/comms |
repository | https://github.com/46bit/comms.git |
max_upload_size | |
id | 9865 |
size | 79,186 |
comms
This is an experimental Futures library for coordinating 1-to-N server clients.
At the time of writing tokio-core
, tokio-proto
and tokio-service
are focused on network interactions that closely follow the Request-Response pattern. This library aims to provide useful, flexible communication primitives to enable more complex network applications in asynchronous Rust.
cargo fmt
.cargo build --features dev
.cargo test
.comms
is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.