tokidex 0.1.2

macOS terminal UI for inspecting local Codex token usage
1
2
3
4
5
6
7
#[cfg(not(target_os = "macos"))]
compile_error!("tokidex is macOS-only");

pub mod app;
pub mod codex_store;
pub mod model;
pub mod ui;