oxigate 0.0.1

Open-core LLM FinOps gateway - hard budget enforcement, cost tracking, and routing
Documentation
1
2
3
4
5
6
7
8
9
//! OxiGate — open-core LLM FinOps gateway.
//!
//! **Pre-release placeholder.** Stable API not yet available.
//! See <https://oxigate.io> for updates.

/// Returns the crate version string.
pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}