Code analysis toolkit
Find a file
2026-07-23 09:55:53 +04:00
archive/overcomplicated Archive overcomplicated workspace, restore legacy cstat at root 2026-07-12 11:00:45 +04:00
src refactor: final polish before testing starts 2026-07-23 09:55:53 +04:00
tests refactor: final polish before testing starts 2026-07-23 09:55:53 +04:00
.gitignore Archive overcomplicated workspace, restore legacy cstat at root 2026-07-12 11:00:45 +04:00
Cargo.lock stash changes 2026-03-04 19:41:50 +07:00
Cargo.toml stash changes 2026-03-04 19:41:50 +07:00
cstat-agent-use.md refactor: final polish before testing starts 2026-07-23 09:55:53 +04:00
demo_glossary.rs Archive overcomplicated workspace, restore legacy cstat at root 2026-07-12 11:00:45 +04:00
README.md refactor: final polish before testing starts 2026-07-23 09:55:53 +04:00

cstat

Terminal CLI tool to examine a codebase through a statistical lens

helpful commands

cstat --help # cli options
cstat loc --path . -v # size-shape analysis plus explanations
cstat test-reachability --path . --json # structured static test/bench reachability