WordCount
WordCount uses the word_count
crate, which defines a very simple class that implements a single class
method: search
. This methods takes a path to a file and a search string
as input, performing a count of search string in the source file.