path_matcher

The root module for the path-matcher library.

Modules

match
module path_matcher.match

The module containing the main matching logic and associated symbols.

url_util
module path_matcher.url_util

Auxiliary utilities for dealing with URLs, besides the main matching logic.

Public Imports

path_matcher.match
public import path_matcher.match;

Publicly import symbols from the main matching logic module.

Meta