//! Result type module for hex crate.
//!
//! This module provides the standard Result type alias used throughout
//! the hex crate, making error handling consistent and ergonomic.
//!
//! Revision History
//! - 2025-10-01T00:00:00Z @AI: Initial Phase 1 result module structure.
pub use HexResult;