/*******************************************************************************
*
* Copyright (c) 2025 - 2026 Haixing Hu.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0.
*
******************************************************************************/
//! # Data Type Tools
//!
//! Provides data type definitions, parse errors, and compile-time type mapping.
//!
pub use DataType;
pub use DataTypeOf;
pub use DataTypeParseError;