//! Hash computation for diagnostic codes
//!
//! This module re-exports hash functionality from the shared `waddling-errors-hash`
//! crate, which provides deterministic hash computation that can be used both at
//! compile time (in proc macros) and at runtime.
//!
//! Note: The `Code` struct now uses `load_global_config()` and `compute_hash_with_config()`
//! directly, so there are no re-exports needed from this module.