qubit-value 0.2.0

Type-safe value container framework with unified abstractions for single values, multi-values, and named values with complete serde support
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026.
 *    Haixing Hu, Qubit Co. Ltd.
 *
 *    All rights reserved.
 *
 ******************************************************************************/
//! # Value Processing Module Tests
//!
//! Provides integration tests for the value processing framework.
//!
//! # Author
//!
//! Haixing Hu
mod multi_values_generic_coverage_tests;
mod multi_values_tests;
mod named_multi_values_tests;
mod named_value_tests;
mod value_tests;