Expand description
Renderers for jigs_trace entries.
Two output modes are provided:
render_tree— human-readable, indented by depth, like the README.render_ndjson— one JSON object per entry per line, suitable for automated log ingestion.
Structs§
- Entry
- One recorded jig invocation.
Functions§
- render_
ndjson - Render entries as newline-delimited JSON, one object per line.
- render_
tree - Render entries as a depth-indented tree with status mark and duration.