pub fn compare_folders_cfg(
    nominal: impl AsRef<Path>,
    actual: impl AsRef<Path>,
    config_struct: ConfigurationFile,
    report_path: impl AsRef<Path>
) -> Result<bool, Error>
Expand description

Use this function if you don’t want this crate to load and parse a config file but provide a custom rules struct yourself