contextgrep 0.1.2

Grep your documents with context — fast offline search for PDFs, DOCX, Markdown and code
Documentation
1
2
3
4
5
6
7
pub mod cli;
pub mod config;
pub mod error;
pub mod indexer;
pub mod parser;
pub mod search;
pub mod storage;