sift-core 0.3.0

Indexed regex search over codebases (library + grep-like CLI)
Documentation
1
2
3
4
5
6
//! On-disk tables for the trigram index.

pub mod format;
pub mod lexicon;
pub mod postings;
pub mod trigram_sets;