Skip to main content

Crate tui_dispatch_debug

Crate tui_dispatch_debug 

Source
Expand description

Debugging utilities for tui-dispatch.

This crate will host headless debug sessions, snapshot tooling, and action replay helpers built on top of tui-dispatch-core.

Re-exports§

pub use cli::DebugCliArgs;
pub use replay::ReplayItem;
pub use session::DebugActionRecorder;
pub use session::DebugRunOutput;
pub use session::DebugSession;
pub use session::DebugSessionError;
pub use snapshot::load_json;
pub use snapshot::save_json;
pub use snapshot::ActionSnapshot;
pub use snapshot::SnapshotError;
pub use snapshot::SnapshotResult;
pub use snapshot::StateSnapshot;

Modules§

cli
debug
Debug and inspection utilities for TUI applications
replay
Replay items for action replay with await markers.
session
snapshot