Crate indexbus_inspect

Crate indexbus_inspect 

Source
Expand description

Inspect an IndexBus mapped region file.

indexbus-inspect is a debugging/diagnostics CLI intended to help developers understand what a region file contains (layout header, capabilities, derived offsets, selected values).

ยงOutput stability

  • Plain text output is intended for humans and may change.
  • --json output is intended for machine parsing.

ยงJSON contract

The JSON output is a single object printed on stdout.

Stability rules within this workspace:

  • Existing field names and the top-level structure are treated as stable.
  • New fields may be added over time.
  • Values may change as the underlying ABI/layout evolves.

Modulesยง

errors ๐Ÿ”’
Error type for indexbus-inspect.
internal ๐Ÿ”’

Enumsยง

Error
Errors returned by indexbus-inspect.

Functionsยง

main ๐Ÿ”’
print_help ๐Ÿ”’