ripgrep_all 0.9.3

rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
1
2
3
4
5
6
7
8
9
#![warn(clippy::all)]

pub mod adapters;
pub mod args;
mod caching_writer;
pub mod matching;
pub mod preproc;
pub mod preproc_cache;
pub use caching_writer::CachingWriter;