Skip to main content

should_include

Function should_include 

Source
fn should_include(path: &Path, exts: &[&str]) -> bool
Expand description

Check whether path should be included based on the allowed extensions.

When exts is empty, all files are included (universal mode).