zc2 0.0.25

P2P compute broker with credit-based billing, WAL, and broker mesh support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Dashboard views and their normalized data model.
//!
//! Phase 1 of the terminal refactor (see `docs/TERMINAL_REFACTOR.md`).

#![allow(dead_code)]
// Convenience re-exports below are part of the views API surface consumed by
// later phases; suppress until they are wired.
#![allow(unused_imports)]

pub mod monitor;
pub mod snapshot;

pub use monitor::{MonitorUi, Panel};
pub use snapshot::{Connection, Snapshot, SourceMode, WorkerKind, WorkerRow};