hopper-manager 0.1.0

Schema-driven inspector for Hopper programs. Consumes the canonical runtime/layout/schema truth and returns human-readable reports. Never invents its own semantics.
Documentation

hopper-manager

Schema-driven program inspector library for Hopper. Backs the hopper manager CLI command family.

What it does

Given a ProgramManifest and raw account bytes, this crate identifies the account type by (disc, layout_id), decodes every field by name, renders the segment registry for segmented accounts, and produces a structured report ready for CLI rendering or web display.

Every public function is pure (no I/O, no syscalls), so the same logic powers the hopper manager CLI subcommands and any embedded admin dashboard or web explorer that wants the same view.

Docs: https://docs.rs/crate/hopper-manager/0.1.0

License: Apache-2.0.