buswatch 0.2.6

Diagnostic TUI for monitoring Caryatid message bus activity
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # buswatch
//!
//! A diagnostic TUI and library for monitoring Caryatid message bus activity.
//!
//! This crate re-exports the `buswatch-tui` crate for backwards compatibility.
//! For new code, consider depending on `buswatch-tui` directly.
//!
//! See the [`buswatch_tui`] crate documentation for full API details.

pub use buswatch_tui::*;
pub use buswatch_types;