Skip to main content

cache_key

Function cache_key 

Source
pub fn cache_key(source: &str, config_bits: u64, tier: u8) -> String
Expand description

(compiler, source, config, tier) → a stable hex key. FNV-1a over the compiler stamp, the source bytes, the config bitset, and the tier.