// SPDX-License-Identifier: MIT
// Copyright (c) 2024 Praxis Contributors
//! Core configuration, error types, and server factory for Praxis.
/// Reusable HTTP callout client with circuit breaking and loop prevention.
/// YAML configuration parsing and validation.
/// Upstream connection options and endpoint types.
/// Error types shared across the workspace.
/// Shared health state types for active health checking.
/// Per-instance request ID generation.
/// Key-value store trait and registry.
/// Tracing subscriber setup.
/// Process-wide memory pressure monitoring.
/// Server factory and runtime options.
/// Wall-clock time abstraction for filters.
pub use ProxyError;
pub use ;