Crates.io | scaproust |
lib.rs | scaproust |
version | 0.3.2 |
source | src |
created_at | 2016-09-02 15:48:31.945028 |
updated_at | 2018-01-12 21:11:43.807667 |
description | Nanomsg scalability protocols implementation in rust. Various messaging patterns over pluggable transports |
homepage | https://github.com/blabaere/scaproust |
repository | https://github.com/blabaere/scaproust |
max_upload_size | |
id | 6217 |
size | 588,504 |
Scaproust is an implementation of the nanomsg "Scalability Protocols" in the Rust programming language.
Quoting from nanomsg's site:
nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies.
The communication patterns, also called "scalability protocols", are basic blocks for building distributed systems. By combining them you can create a vast array of distributed applications.
Experimental work ! For working stuff, please see nanomsg-rs.
First, add this to your Cargo.toml
:
[dependencies]
scaproust = "0.3.1"
Next, add this to your crate:
extern crate scaproust;
Protocols
Transports
Socket options
Protocol options
Transport options
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.