endpoint-libs 1.7.29

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
11
12
compile_error!(
    "ws-wtx and ws-wtx-http2 features are deprecated. \
     Use the ws (tungstenite/hyper) feature for WebSocket support, \
     which includes HTTP/2 multiplexing support."
);

mod stream;
mod upgrader;

pub use upgrader::WtxUpgrader;
// Only re-export specific items, not the naming conflicts
// with tungstenite backend when both ws and ws-wtx are enabled.