wampire 0.1.0

A WAMP client and router implenting the basic WAMP profile
docs.rs failed to build wampire-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: wampire-0.2.1

wampire

Rust implementation of a WAMP Web Application Messaging Protcol. client and router

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]
wampire = "0.1"

wampire uses serde-rs, which requires Rust 1.15 or greater.

Initial forked from https://github.com/dyule/wamp-rs