Module inspector

Module inspector 

Source
Expand description

Tools for inspecting the physical structure of Parcode files.

This module provides the ParcodeInspector tool, which can analyze a Parcode file and report on its internal structure, chunk sizes, compression algorithms, and data distribution.

This is useful for:

  • Forensics: Understanding why a file is large or corrupt.
  • Optimization: Verifying that your #[parcode(chunkable)] and #[parcode(map)] attributes are working as intended.
  • Debugging: visualizing the dependency graph of your serialized data.

Structsยง

ChunkInfo
Metadata for a single chunk in the graph.
DebugReport
A structural report of a Parcode file.
ParcodeInspector
The Parcode Inspector tool.