objectiveai-api 2.0.5

ObjectiveAI API Server
1
2
3
4
5
6
7
8
9
10
//! Authentication and API key management.
//!
//! This module provides traits and implementations for managing API keys,
//! BYOK (Bring Your Own Key) OpenRouter keys, and credit balances.

mod client;
mod objectiveai;

pub use client::*;
pub use objectiveai::*;