//! LLM Shield REST API
//!
//! Production-grade REST API exposing LLM Shield scanners and anonymization
//! capabilities via HTTP with enterprise-grade security, observability, and performance.
// Re-exports
pub use AppConfig;
pub use ;
/// Result type for API operations
pub type Result<T> = Result;