Module stable_hash::utils
source · [−]Structs
Treat some &u8 as a sequence of bytes, rather than a sequence of numbers. Using this can result in a significant performance gain but does not support the backward compatible change to different int types as numbers do by default
Canonical way to write an integer of any size.
Wraps a Hasher to implement StableHasher. It must be known that the Hasher behaves in a consistent manner regardless of platform or process.