collect_drop_in_dirs

Function collect_drop_in_dirs 

Source
fn collect_drop_in_dirs(dirs: &[impl AsRef<Path>]) -> BTreeMap<Os, Vec<PathBuf>>
Expand description

Collects drop-in directories from a list of dirs.

Ignores any paths or path entries in dirs that cannot be read. Paths for drop-in configuration files are only valid if they

  • are directories
  • have the ā€œ.yaml.dā€ extension