fn load_usernames(root: &Dir, path: &str) -> Result<HashSet<String>>
Load usernames from a passwd-format file at path within root, returning an empty set if the file doesn’t exist.
path
root