ccstats 0.2.61

Fast Claude Code token usage statistics CLI
1
2
3
4
5
6
7
8
9
mod cache;
pub(crate) mod currency;
mod db;
mod provider;
mod resolver;
mod types;

pub(crate) use currency::CurrencyConverter;
pub(crate) use db::{PricingDb, attach_costs, calculate_cost, sum_model_costs};