// SPDX-License-Identifier: LGPL-3.0-only
// Copyright (c) 2024 Shane Utt
//! Core configuration, error types, and server factory for Praxis.
/// 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.
/// Tracing subscriber setup.
/// Server factory and runtime options.
pub use ProxyError;
pub use ;