Module redact_composer_core::util
source · Expand description
Re-exports of non-deterministic std::collections
, with deterministic defaults.
Type Aliases§
- Alias of
std::collections::HashMap
withRandomState
replaced by a deterministic default hasherXxHash64
. Determinism is important during composition rendering for reproducibility with seeds. - Alias of
std::collections::HashSet
withRandomState
replaced by a deterministic default hasherXxHash64
. Determinism is important during composition rendering for reproducibility with seeds.