Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

46bit/comms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Client communication library for Futures servers.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages