needs_normalization

Function needs_normalization 

Source
pub fn needs_normalization(content: &str) -> bool
Expand description

Fast check if content needs normalization

Returns true if the content might produce different hashes without normalization. This is a quick heuristic check - it may return true for some content that wouldn’t actually change after normalization.

Use this for early-exit optimization when processing many files.