https://github.com/benjaminboruff/minigrep
Rust example of grep-like program.
https://github.com/benjaminboruff/minigrep
Last synced: 2 months ago
JSON representation
Rust example of grep-like program.
- Host: GitHub
- URL: https://github.com/benjaminboruff/minigrep
- Owner: benjaminboruff
- License: mit
- Created: 2022-12-06T20:35:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T18:22:40.000Z (over 3 years ago)
- Last Synced: 2025-12-31T01:59:38.199Z (6 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minigrep
Rust example of grep-like program.