minigrep_vbomfim 0.2.0

A simple grep tool written in Rust
Documentation
  • Coverage
  • 10%
    1 out of 10 items documented0 out of 7 items with examples
  • Size
  • Source code size: 19.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 367.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vbomfim

Minigrep

minigrep is a simple command-line tool written in Rust that searches for a pattern in a file and prints the lines that contain it.

Usage

minigrep <pattern> <file>

Example

minigrep "pattern" file.txt

Features

  • Case-sensitive search
  • Case-insensitive search
  • Search in a file