Module matcher

Module matcher 

Source
Expand description

Collections of path matchers (matches the path).

Re-exports§

pub use self::combinator::Combinator;
pub use self::depth::Depth;
pub use self::regex::Regex;
pub use self::simple::Simple;

Modules§

combinator
Combinator path matcher
depth
Depth path matcher
regex
simple
Simple path matcher

Traits§

Matcher
Common Matcher trait