1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/tests
Andrew Gallant bb110c1ebe ripgrep: migrate to libripgrep
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.
2018-08-20 07:10:19 -04:00
..
data ripgrep: add support for lz4 decompression 2018-07-21 16:26:39 -04:00
hay.rs Add integration tests. 2016-09-09 22:58:30 -04:00
tests.rs ripgrep: migrate to libripgrep 2018-08-20 07:10:19 -04:00
workdir.rs tests: reduce reliance on state in tests 2018-07-29 10:41:03 -04:00