qubit-value 0.7.8

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 Tests
//!
//! Integration tests for `value` module.

mod value_accessors_tests;
mod value_constructor_tests;
mod value_converter_coverage_tests;
mod value_converter_tests;
mod value_converters_tests;
mod value_core_tests;
mod value_getter_tests;
mod value_setter_tests;
mod value_tests;
mod value_v030_tests;