ccstats 0.2.62

Fast token and cost usage statistics CLI for Claude Code and OpenAI Codex
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};