Skip to main content

walk_images

Function walk_images 

Source
fn walk_images(dir: &Path, base: &Path, out: &mut Vec<ScannedFile>)
Expand description

递归收集 dir 下的图片文件(跳过以 . 开头的目录/文件)。