/** * The root module for the path-matcher library. */ module path_matcher; /// Publicly import symbols from the main matching logic module. public import path_matcher.match;