Skip to main content

normalize_member_path

Function normalize_member_path 

Source
fn normalize_member_path(path: &str) -> String
Expand description

Normalizes archive entry paths for stable matching.

Tar archives can contain either ./bin/zcashd or bin/zcashd; this helper canonicalizes both into the same form.