/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! # Multiple Values Module
//!
//! Public entry for multiple-values container implementations.
// Internal lint override should only apply to this module tree.
pub use MultiValues;