Skip to content

Added 'Wordlist' struct

Tristan Gomez requested to merge read_from_file into enumeration_tool

I created a simple, tuple struct 'Wordlist' that contains a vector of strings. I implemented the following methods:

  • new
  • extend_from_file
  • len
  • is_empty

I generated two test cases for this struct which test all four methods. At this point, all tests pass.

Merge request reports

Loading