ai-usagebar 0.15.0

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, OpenRouter, DeepSeek, and Kimi
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};