//! Simple hash function for content change detection.
use DefaultHasher;
use ;
/// Simple hash function for content change detection.
///
/// # Arguments
///
/// * `content` - The content to hash
///
/// # Returns
///
/// A 64-bit hash of the content.