Expand description
Tabular summaries over a ProgramManifest.
Each function returns a String containing the rendered report. The
manager crate is deliberately formatter-only: all truth comes from the
manifest. The CLI calls these and prints the returned strings; other
tools can embed the same output in different UIs.
Functions§
- events_
report - Render the
manager eventsreport. - fingerprints_
report - Render the
manager fingerprintsreport: wire + semantic fingerprints for every layout in the manifest. - instruction_
report - Render the
manager instruction <tag|name>report for a single instruction. - layouts_
report - Render the
manager layoutsreport: one block per layout with its discriminator, version, fingerprint, and field table. - policies_
report - Render the
manager policiesreport. - program_
summary - Render the same default overview that
ProgramManifest’sDisplayimplementation produces.