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") }