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ยง
- Chunk
Info - Metadata for a single chunk in the graph.
- Debug
Report - A structural report of a Parcode file.
- Parcode
Inspector - The Parcode Inspector tool.