Skip to main content

should_skip_dir

Function should_skip_dir 

Source
pub fn should_skip_dir(name: &str) -> bool
Expand description

Check if a directory name should be skipped (exact match OR prefix match). Use this instead of SKIP_DIRS.contains() for complete coverage.