Structsยง
- Builder
- Builder for a patternset
Matcher
. CallingBuilder::build
will consume the builder. - Matcher
- Matches a path against a set of patterns. Includes a thread-safe transition
cache to speed up subsequent lookups. Created using a
super::Builder
.