prism3-config 0.1.1

Powerful type-safe configuration management with multi-value properties, variable substitution, and rich data type support
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025.
 *    3-Prism Co. Ltd.
 *
 *    All rights reserved.
 *
 ******************************************************************************/
//! # Configuration Module Tests
//!
//! Tests various functionality of the configuration module.
//!
//! # Author
//!
//! Hu Haixing

mod config_tests;
mod configurable_tests;
mod configured_tests;
mod error_tests;
mod property_tests;
mod utils_tests;