pub fn codeclimate_fingerprint_hash(parts: &[&str]) -> StringExpand description
Compute a deterministic fingerprint hash from key fields.
Uses FNV-1a (64-bit) for guaranteed cross-version stability. DefaultHasher
is intentionally not used because it is not specified across Rust versions.