Features
- Deterministic zip archive parsing for project exports (
.zip) and gateway backups (.gwbk) - Clear, typed error handling with stable exit codes
Installation
From crates.io:
From source, clone the repo then:
How To Use
Print a summary:
Print a more verbose summary:
Generate analysis artifacts:
Expected outputs in --out-dir:
analytics.jsonreport.md
Project Goals
- Port over my code from python into my first Rust project
- Keep parsing and outputs deterministic so results are reproducible
- Dependency edges (view/script/query linking).
- AST-based script analysis.
Roadmap
- See ROADMAP.md for the evolving idea log with tentative version targets.