Expand description
§Features
By default, SHDP is compiled without any optional features except for tcp-server
.
Feature | Description |
---|---|
serde | Support for JSON (de)serialization. |
tcp-server | Support for server TCP connections. (enabled by default). |
tcp-client | Support for client TCP connections. |
ws-server | Support for server WebSocket connections |
ws-client | Support for client WebSocket connections. |
wss-server | Support for server Secured WebSocket connections. |
wss-client | Support for client Secured WebSocket connections. |
tls-server | Support for server TLS connections. |
tls-client | Support for client TLS connections. |
debug | Enable debug logs. |
Modules§
- prelude
- The prelude module contains the re-exports of the most commonly used items in the SHDP protocol. It is used to simplify the usage of the protocol.