athena_rs 3.26.2

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
//! Compatibility facade for the extracted `athena-wss` gateway contract.

mod gateway;

pub use athena_wss::wss::{GatewayWsRequest, GatewayWsResponse, gateway_wss_info};
pub use gateway::gateway_wss_route;