1 2 3 4 5 6
//! UI-agnostic inspector state (a reducer over IPC events + query results). //! The ratatui rendering lives in the `pktscope` binary's `inspect` frontend. pub mod state; pub use state::{DomainAgg, InspectorApp, ProcessAgg};