kubemq 1.0.0

KubeMQ Rust SDK - Message broker client for events, commands, queries, and queues
Documentation
1
2
3
4
5
//! Top-level integration test binary for unit-style tests.
//! These tests exercise public API types without a live broker.

mod mock_server;
mod unit;