turbo-debug-console 0.2.0

Turbo Vision monitor that renders a model-token stream over a socket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2026 Enzo Lombardi
// SPDX-License-Identifier: MIT

//! Library half of `turbo-debug-console`, so integration tests can drive the
//! pipeline and the protocol without a terminal.

pub mod ansiasm;
pub mod cmd;
pub mod pipeline;
pub mod proto;
pub mod registry;
pub mod session;
pub mod streamview;
pub mod tracefmt;