pub fn stem_for(p: &Path) -> String
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.
<stem[.ext]>_<hash8>