Expand description
Header, segment, and field-level inspection of Hopper account bytes.
Every function here is a pure &ProgramManifest + &[u8] -> String (or
Option<String>), no I/O, no panics. Consumes the schema truth.
Enums§
- Identify
Outcome - Structured identification result.
Functions§
- decode_
account - Render the full table of decoded fields for an account, matching the
CLI’s
hopper manager decodeoutput. - header_
report - Render a bare header report (not layout-aware).
- identify_
account - Identify which layout (if any) in the manifest matches the account bytes.
- identify_
report - Render the identification outcome as the same “=== Account Identification ===”
block the CLI’s
hopper manager identifyemits. - segment_
map_ report - Render a segment map report (after the Hopper header) for accounts that carry segment metadata.