pub type Excludes = RegexFilter;Expand description
Exclude configuration for the link checker. You can ignore links based on regex patterns.
Aliased Type§
pub struct Excludes {
regex: RegexSet,
}Fields§
§regex: RegexSetUser-defined set of regex patterns