comms

Crates.iocomms
lib.rscomms
version0.1.4
sourcesrc
created_at2017-04-06 20:38:32.694687
updated_at2017-04-06 20:38:32.694687
descriptionExperimental library for communicating with groups of Tokio server clients.
homepagehttps://github.com/46bit/comms
repositoryhttps://github.com/46bit/comms.git
max_upload_size
id9865
size79,186
Michael Mokrysz (46bit)

documentation

https://46bit.github.io/comms/comms/

README

comms

This is an experimental Futures library for coordinating 1-to-N server clients.

Status

Build Status Coverage Status

Description

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.

Development

  • Reformat code with cargo fmt.
  • Lint code with cargo build --features dev.
  • Run tests with cargo test.

License

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.

Commit count: 82

cargo fmt