zetmq-server 0.1.1

ZetMQ message broker server — high-performance pub/sub with TLS and auth
Documentation
1
2
3
4
5
pub mod auth;
pub mod handler;
pub mod state;

pub use handler::handle_connection;