stem_for

Function stem_for 

Source
pub fn stem_for(p: &Path) -> String
Expand description

Collision-safe stem used in output filenames: <stem[.ext]>_<hash8>. The hash is a stable hash of the full path to avoid collisions across parallel runs.