evalguard-sdk 0.1.0

EvalGuard SDK — reservation crate aligned with the evalguard crate. https://evalguard.ai
Documentation
//! # 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>.

#![doc(html_root_url = "https://docs.evalguard.ai")]

/// 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;