Expand description
Helpers for constructing and using [FileFilter]s.
Structs§
- Glob
Matcher - A
globset::Globthat creates itsglobset::GlobMatcherwhen its created, so it doesn’t need to be compiled when the filter functionsTestFilterfunctions are called. - Skip
Build Filters - Bundles multiple
SkipBuildFilterinto a singleFileFilter
Enums§
- Skip
Build Filter - A filter that excludes matching contracts from the build
Functions§
- expand_
globs - Expand globs with a root path.