Module relay_common::glob2

source ·
Expand description

Serializable glob patterns for the API.

Structs§

  • A simple glob matcher.
  • GlobBuilder provides the posibility to fine tune the final Glob, mainly what capture groups will be enabled in the underlying regex.
  • Helper for glob matching
  • Wrapper type around the raw string pattern and the Glob.