waddling-errors 0.7.3

Structured, secure-by-default diagnostic codes for distributed systems with no_std and role-based documentation
Documentation
1
2
3
4
5
6
7
8
//! 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.