Crate wampire

Source
Expand description

§Asynchronous implementation of Web Application Messaging Protocol (v2)

WAMP is an open standard WebSocket  subprotocol  that provides two application messaging patterns in one unified protocol:

  • routed Remote Procedure Calls and
  • Publish & Subscribe

The WAMP protocol is a community effort and the specification is made available for free under an open license for everyone to use or implement.

Re-exports§

Modules§

Structs§

Enums§

  • The policies that dictate how invocations are distributed amongst shared registrations
  • The policies that can be used for matching a uri pattern.
  • Represents error reasons
  • Represents WAMP Value

Traits§

  • Defines Argument Dictionary functonality
  • Defines Argument List functonality

Type Aliases§