Skip to main content

Crate turbo_debug_console

Crate turbo_debug_console 

Source
Expand description

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

Modules§

ansiasm
Stateful line assembly over turbo_vision’s stateless ANSI parser.
cmd
Application command ids.
pipeline
Raw stream bytes to styled screen lines.
proto
The HELLO handshake.
registry
Named, reconnectable stream sessions over loopback TCP.
session
One window per stream session.
streamview
A scrollback view over styled cells, one Vec<Cell> per line.