Expand description
Pattern matching — find the best pattern for a given function signature.
Re-exports§
pub use composite::CompositeMatcher;pub use context::ContextMatcher;pub use fuzzy::FuzzyMatcher;pub use semantic::SemanticMatcher;pub use signature::SignatureMatcher;
Modules§
- composite
- CompositeMatcher — combines all matchers for best results.
- context
- ContextMatcher — matches based on surrounding code context.
- fuzzy
- FuzzyMatcher — handles approximate matches with edit distance.
- semantic
- SemanticMatcher — matches based on semantic meaning.
- signature
- SignatureMatcher — matches function signatures to patterns.