pub const fn compute_wire_hash(denotation: &str, version: i64) -> u64Expand description
FNV-1a 64-bit hash of (denotation, "@", version). Available
as a const fn so callers can derive stable identifiers at
compile time (e.g. for graph-derived edge identity).