grep but in rust or something?
Find a file
Dominick f873893e50 Added bitwise operations to keep track of program arguments
made sure that entry can't crash the program if the Result is err
Turned the other program arguments into a Vec<String>
Determine recurse based on actual program arguments with bitwise
2026-05-21 17:12:22 +02:00
src Added bitwise operations to keep track of program arguments 2026-05-21 17:12:22 +02:00
.gitignore Intial commit 2026-05-20 16:08:31 +02:00
Cargo.lock Intial commit 2026-05-20 16:08:31 +02:00
Cargo.toml Intial commit 2026-05-20 16:08:31 +02:00
LICENSE Initial commit 2026-05-20 14:03:24 +00:00
README.md Initial commit 2026-05-20 14:03:24 +00:00

rs_grep

grep but in rust or something?