Skip to main content

overview

Function overview 

Source
pub fn overview(manifest: &ProgramManifest) -> String
Expand description

One-stop human-readable overview of a program manifest.

Equivalent to the CLI’s hopper manager summary, the default Display impl on ProgramManifest. Exposed here so downstream tools can get the same formatting without reaching into schema internals.