shdp 1.2.0

A new protocol (SHDP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(feature = "tcp-client")]
mod tcp;

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

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

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

pub mod prelude;