kubemq 1.0.0

KubeMQ Rust SDK - Message broker client for events, commands, queries, and queues
Documentation
1
2
3
4
//! Top-level integration test binary for live broker tests.
//! All tests in this binary require a live KubeMQ broker and are marked #[ignore].

mod integration;