//! Limit determination backed by the external [`codexbar`](https://codexbar.app/)
//! binary.
//!
//! Port of `seher-ts/packages/sdk/src/codexbar/`. Instead of fetching usage from
//! each provider's API with browser cookies, we shell out to `codexbar usage
//! --format json --provider <provider>` and classify the returned rate windows.
pub use ;
pub use CodexBarError;
pub use ;
pub use ;