shdp 1.2.0

A new protocol (SHDP)
Documentation
1
2
3
4
5
#[cfg(all(feature = "ws-server", feature = "ws-client"))]
pub mod ws_client_connection;

#[cfg(all(feature = "tcp-server", feature = "tcp-client"))]
pub mod tcp_client_connection;