pub struct SourceFilter<'a> {
pub source_dir: &'a Dir<'a>,
pub inclusion: Option<HashSet<&'a str>>,
pub exclusion: HashSet<&'a str>,
}
Fields§
§source_dir: &'a Dir<'a>
The embedded directory
inclusion: Option<HashSet<&'a str>>
Source files to be included, if set to None, include everything
exclusion: HashSet<&'a str>
Source files to be excluded, to exclude nothing, set it to empty