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