grss_clone

Crates.iogrss_clone
lib.rsgrss_clone
version0.5.0
created_at2025-02-09 11:35:06.804273+00
updated_at2025-02-09 22:52:03.312963+00
descriptionA command-line search tool similar to grep
homepagehttps://rsimon64-gh.github.io/grss/
repositoryhttps://github.com/rsimon64-gh/grss
max_upload_size
id1548903
size31,913
(rsimon64-gh)

documentation

https://github.com/rsimon64-gh/grss#readme

README

Workflow Status crates.io codecov Maintenance Docs Demo License: MIT

grss_clone

Initial tutorial

grss_clone is a command line search tool that finds occurrences of a pattern in a file.

Features

  • Search for text patterns in files
  • Search using regular expressions
  • Line-by-line output of matches

Performance

The tool reads files line by line to handle large files efficiently without loading the entire file into memory.

Commit count: 56

cargo fmt