ccstats 0.3.0

Fast token and cost usage statistics CLI for Claude Code, OpenAI Codex, Cursor, and Grok
Documentation
1
2
3
4
5
6
7
mod fallback;
mod parse;
mod resolve;

pub(crate) use fallback::fallback_pricing;
pub(crate) use parse::parse_litellm_data;
pub(crate) use resolve::resolve_pricing_known;