kubemq 1.0.0

KubeMQ Rust SDK - Message broker client for events, commands, queries, and queues
Documentation
1
2
3
4
5
6
7
#[allow(clippy::all)]
#[allow(warnings)]
pub mod kubemq {
    // tonic-build 0.12 with proto package "kubemq" generates "kubemq.rs" by default.
    // The file is at src/proto/kubemq.rs (committed, not generated at build time).
    include!("kubemq.rs");
}