aitop/lib.rs
1//! # aitop
2//!
3//! btop for AI — terminal dashboard for monitoring AI token usage, costs, and sessions.
4//!
5//! Built by [Saurabh Mishra](https://github.com/bugkill3r).
6//! [Sponsor this project](https://github.com/sponsors/bugkill3r)
7
8#![allow(dead_code)]
9
10pub mod app;
11pub mod config;
12pub mod data;
13pub mod ui;