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§
- Terminal
Output - Writes output directly to stdout/stderr with no formatting or sanitization.