//! # EvalGuard
//!
//! Reservation crate for the upcoming EvalGuard Rust SDK.
//!
//! The supported public surface today lives in the TypeScript and Python
//! SDKs:
//!
//! - npm: [`evalguardai-sdk`](https://www.npmjs.com/package/evalguardai-sdk)
//! - PyPI: [`evalguardai`](https://pypi.org/project/evalguardai/)
//!
//! Track the Rust SDK roadmap at <https://github.com/EvalGuardAi/evalguard>.
/// Documentation home page for EvalGuard.
pub const HOMEPAGE: &str = "https://evalguard.ai";
/// Marker — this crate is a name reservation, not a functional SDK yet.
pub const RESERVATION: bool = true;