charless_minigrep 0.1.0

A program for searching for phrases in a text and printing the lines containing it.
Documentation
  • Coverage
  • 66.67%
    6 out of 9 items documented2 out of 5 items with examples
  • Size
  • Source code size: 5.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.4 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RtyEuzch

This is the library crate of the minigrep project, a command line program intended to read in a file and search for a word in the text, where the first command line argument is the word to query, and the second word is the name of the text file, with the file extension ".txt" included.