endpoint-libs 2.1.0

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
8
9
10
mod message;

// The upgrader is server-side; the client only needs the message conversions.
#[cfg(feature = "ws")]
pub mod upgrader;

#[cfg(feature = "ws")]
pub use upgrader::HyperTungsteniteUpgrader;
#[cfg(feature = "ws")]
pub use upgrader::create_ws_stream;