qubit-value 0.7.2

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.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
//! # Value Processing Module Tests
//!
//! Provides integration tests for the value processing framework.
//!
mod doc_examples_tests;
mod multi_values;
mod named_multi_values_tests;
mod named_value_tests;
mod public_api_boundary_tests;
mod value;