Expand description
An async Stomp 1.2 library.
A sample server using websockets on tokio is in sample_server
.
Modulesยง
- asynchronous
- client
- Provides an API for the user of the library to check the authentication information provided by stomp, hold
metadata regarding the client and its connection, and pass that metadata to other implementation-specific
code, for example
crate::destinations::Destination
. - destinations
- error