pub fn cache_digest<H: CacheKey>(hashable: &H) -> StringExpand description
Compute a hex string hash of a CacheKey object.
The value returned by cache_digest should be stable across releases and platforms.
pub fn cache_digest<H: CacheKey>(hashable: &H) -> StringCompute a hex string hash of a CacheKey object.
The value returned by cache_digest should be stable across releases and platforms.