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.
Re-exports§
pub use analysis::has_rewrite;