zetmq-server 0.1.1

ZetMQ message broker server — high-performance pub/sub with TLS and auth
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum SessionState {
    New,
    Connected,
    Draining,
    Closed,
}