pub fn fast_hash(content: &str) -> u64
Fast hash function for string content
This utility function provides a quick way to generate a hash from string content for use in caching mechanisms. It uses Rust’s built-in DefaultHasher.
content
A 64-bit hash value derived from the content