quetty 0.1.9

Terminal-based Azure Service Bus queue manager with intuitive TUI interface
Documentation
1
2
3
4
5
6
7
8
pub mod component;
pub mod editing;
pub mod event_handling;
pub mod navigation;
pub mod rendering;
pub mod validation;

pub use component::MessageDetails;