filemap_from_dir

Function filemap_from_dir 

Source
pub fn filemap_from_dir<DirName>(path: DirName) -> Result<Filemap>
where DirName: AsRef<Path>,
Expand description

Create a filemap from a directory content

§Arguments

path - directory name

§Return

Filemap