endpoint-libs 1.7.7

Common dependencies to be used with Pathscale projects, projects that use [endpoint-gen](https://github.com/pathscale/endpoint-gen), and projects that use honey_id-types.
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod tls;
pub mod upgrader;

pub use client::{WsClient, WsClientBuilder, WsConnectResponse, WsVersionMode};
pub use tls::TlsListener;
pub use upgrader::HyperTungsteniteUpgrader;