1 unstable release

Uses old Rust 2015

0.1.0 Sep 7, 2016

#44 in #subscription

MIT license

145KB
3.5K SLoC

WAMP-RS

WAMP-RS is a Rust implementation of the Web Application Messaging Protcol (WAMP).

At present the entire Basic Profile is supported, as well as pattern based subscriptions and registrations from the Advanced Profile.

There is currently no support for secure connections.

For instructions on how to use, please see the examples directory.

To include in your project, place the following in your Cargo.toml

[dependencies]
wamp = "0.1"

Contributing

WAMP-RS uses serde-rs. For better error messages, compile using rust nightly, and enable the nightly features:

rustup override set nightly
cargo build --no-default-features --features nightly

Dependencies

~12MB
~261K SLoC