sift-core 0.6.0

Indexed regex search over codebases (library + grep-like CLI)
Documentation
1
2
3
4
5
mod planner;
mod spec;

pub use planner::{CandidateRequirement, QueryPlanner, UnindexedStrategy};
pub use spec::{QueryFlags, QuerySpec};