Skip to main content

compute_content_hash

Function compute_content_hash 

Source
pub fn compute_content_hash(content: &str) -> String
Expand description

Compute a content hash using the default algorithm (MurmurHash3).

MurmurHash3 is recommended by the Agent Trace spec for cross-tool compatibility.