raydarar_minigrep 0.1.0

A simple grep clone written in Rust
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented2 out of 5 items with examples
  • Size
  • Source code size: 4.19 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
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RayDarar

raydarar_minigrep

Minigrep is the command line tool that searches for a string in a file and prints the lines that contain the string. This is a simple implementation of the grep command line tool, following the rust book examples.