qubit-config 0.3.0

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

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