nsqueue 0.1.1

Rust client for the NSQ realtime message processing system
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod commands {
    pub const VERSION_2: &'static str = "  V2";
    
    pub const PUB: &'static str = "PUB";
    pub const SUB: &'static str = "SUB";

    pub const RDY: &'static str = "RDY";

    pub const IDENTIFY: &'static str = "IDENTIFY";
}