mqx 0.1.0

A open source mqtt broker for IOT
Documentation
1
2
3
4
5
6
7
8
9
10
//! # mqx
//! `mqx` is a mqtt broker

pub mod v3 {
    /// mqtt v3 protocol connect to broker
    pub fn connect() {}
    
    /// mqtt v3 protocol exit from broker
    pub fn exit() {}
}