pub fn content_hash(raw: &str) -> String
Compute a content hash used for optimistic concurrency (same idea as the edit tool’s expected_hash). Uses the std default hasher for zero deps.
edit
expected_hash