supercode-frontend-tui 0.4.2

Attachable terminal frontend primitives for Supercode SDK runtimes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Normalized transcript state and rendering for attachable runtimes.

mod ansi;
mod diff;
mod markdown;
mod render;

pub use render::TranscriptRenderer;
pub use supercode_frontend_model::CellState;
pub use supercode_frontend_model::TranscriptCell;
pub use supercode_frontend_model::TranscriptKind;
pub use supercode_frontend_model::TranscriptModel;