Crate grit_pattern_matcher

source ·
Expand description

Grit pattern definitions and matching logic

This crate contains all the pattern definitions that are at the heart of the GritQL engine. There’s the pattern::Matcher trait that’s implemented by the patterns, which implements the matching logic.

Modules§