/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! # Data Type Tools
//!
//! Provides data type definitions, parse errors, and compile-time type mapping.
//!
//! # Author
//!
//! Haixing Hu
pub use DataType;
pub use DataTypeOf;
pub use DataTypeParseError;