ccstats 0.2.64

Fast token and cost usage statistics CLI for Claude Code, OpenAI Codex, Cursor, and Grok
Documentation
1
2
3
4
5
//! Command-line entry point for `ccstats`.

fn main() {
    ccstats::run_cli();
}