Skip to main content

Module terminal_output

Module terminal_output 

Source
Expand description

TerminalOutput adapter — UserOutput port backed by stdout/stderr.

This is a minimal, dependency-free adapter. The full looprs terminal output (with colour, sanitization, and machine-log JSON) is implemented in looprs::ui. Use this adapter in contexts where those extras are not available (e.g. tests, embedded use).

Structs§

TerminalOutput
Writes output directly to stdout/stderr with no formatting or sanitization.