Crate ssdeep_minigrep

Crate ssdeep_minigrep 

Source
Expand description

DO NOT USE THIS CRATE: IT IS JUST FOR LEARNING PURPOSES A mini version of the grep command line utility to search for a query string in a file and print all lines that contain the query string.

Structs§

Config

Functions§

run
A utility that takes a filename and a query string as command line arguments from Config and prints all lines in the file that contain the query string.
search_insensitive
search_sensitive