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§
pub use crate::client::Client;
pub use crate::client::Connection;
pub use crate::router::Router;
Modules§
Structs§
Enums§
- Invocation
Policy - The policies that dictate how invocations are distributed amongst shared registrations
- Matching
Policy - The policies that can be used for matching a uri pattern.
- Reason
- Represents error reasons
- Value
- Represents WAMP Value
Traits§
Type Aliases§
- Call
Result - Alias for call Result with CallError
- Dict
- Alias for HashMap of Value’s
- ID
- Alias for u64
- List
- Alias for Vec of Value’s
- Wamp
Result - Alias for WAMP Result