Skip to main content

load_usernames

Function load_usernames 

Source
fn load_usernames(root: &Dir, path: &str) -> Result<HashSet<String>>
Expand description

Load usernames from a passwd-format file at path within root, returning an empty set if the file doesn’t exist.