contextgrep 0.1.2

Grep your documents with context — fast offline search for PDFs, DOCX, Markdown and code
Documentation
1
2
3
4
pub mod pipeline;
pub mod schema;
pub mod simhash;
pub mod trigram;