Skip to main content

Module summary

Module summary 

Source
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 events report.
fingerprints_report
Render the manager fingerprints report: 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 layouts report: one block per layout with its discriminator, version, fingerprint, and field table.
policies_report
Render the manager policies report.
program_summary
Render the same default overview that ProgramManifest’s Display implementation produces.