claude-dashboard 0.2.2

A terminal TUI dashboard that renders Claude Code usage reports with token stats, project breakdowns, and language distribution.
Documentation
1
2
3
4
5
pub mod models;
pub mod stats;
pub mod history;
pub mod projects;
pub mod compute;