athena_rs 3.26.2

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
//! Compatibility facade for the extracted `athena-wss` CDC websocket server.

pub mod events;

pub use athena_wss::cdc::websocket::websocket_server;