ws-rs 0.1.3

WebSocket library for OCPP communications with TLS support
Documentation
1
2
3
4
5
#[cfg(feature = "server")]
pub mod server;

#[cfg(feature = "client")]
pub mod client;