Skip to content

VoidMeridian/libgrep-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grep-rs

A grep-like library written in rust

Currently working features

Searching through files
Searching through standard input
Excluding patterns
Printing all lines before the first instance of the pattern
Printing all lines after the first instance of the pattern
Case Insensitivity
(NEW) Regex

Examples

Examples take place in hypothetical directory containing
Basic_file_1.txt Basic_file_2.txt
Basic_file_3.txt Basic_file_4.txt

see examples/
or run cargo run --example [file_name]

Releases

No releases published

Packages

No packages published

Languages