// SPDX-License-Identifier: MIT OR Apache-2.0
//! Ports layer containing trait definitions.
//!
//! This module contains the trait definitions (ports) that define the interfaces
//! for various components of the configuration system. These traits are implemented
//! by adapters in the adapters layer.
// Re-export commonly used types
pub use ConfigParser;
pub use ConfigSource;
pub use ;