Skip to main content

Module output

Module output 

Source

Modules§

human
Human-readable OutputRenderer — replaces the former hm-plugin-output-human WASM plugin with a plain struct that writes formatted lines to any std::io::Write target.
json
JSON-lines OutputRenderer — replaces the former hm-plugin-output-json WASM plugin. Serialises each BuildEvent as a single JSON line.
progress
Progress-bar OutputRenderer — bridges BuildEvents into tracing spans that tracing-indicatif renders as live progress bars.
spinner

Enums§

OutputMode
How to render output. Determined at startup from CLI flags and TTY detection.