starweaver-cli 0.2.1

Command-line interface for Starweaver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Terminal UI rendering built from display messages.

mod markdown;
mod render;
mod snapshot;
mod state;
mod terminal;
mod timeline;

#[cfg(test)]
mod tests;

pub use snapshot::TuiSnapshot;
pub use state::{InteractiveTuiState, ModelChoice, SessionChoice};
pub use terminal::{InteractiveTui, InteractiveTuiEvent};