le-change 0.1.0

Ultra-fast Git change detection library with zero-cost abstractions
Documentation
1
2
3
4
5
6
7
//! Pattern matching module

pub mod loader;
pub mod matcher;

pub use loader::{PatternGroup, PatternLoader};
pub use matcher::PatternMatcher;