summaryrefslogtreecommitdiffstats
path: root/src/path_printer.rs
AgeCommit message (Collapse)Author
2019-05-29progressag/snafuAndrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
This commit does the work to delete the old `grep` crate and effectively rewrite most of ripgrep core to use the new libripgrep crates. The new `grep` crate is now a facade that collects the various crates that make up libripgrep. The most complex part of ripgrep core is now arguably the translation between command line parameters and the library options, which is ultimately where we want to be.