ai-usagebar 0.21.0

Waybar widget + TUI for tracking AI plan usage across multiple providers
Documentation
1
2
3
4
5
6
7
8
9
//! xAI (Grok) vendor — prepaid credit balance from the Management API
//! (`management-api.x.ai`) over a **management key** (distinct from the
//! inference key), optionally auto-resolving the team id.

pub mod fetch;
pub mod types;
pub mod vendor;

pub use fetch::{FetchOutcome, fetch_snapshot};