https://github.com/nanmu42/minigrep
A naive `grep` implementation.
https://github.com/nanmu42/minigrep
grep rust tutorial
Last synced: about 1 year ago
JSON representation
A naive `grep` implementation.
- Host: GitHub
- URL: https://github.com/nanmu42/minigrep
- Owner: nanmu42
- Created: 2019-12-02T10:24:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T10:24:17.000Z (over 6 years ago)
- Last Synced: 2025-02-10T11:34:57.780Z (about 1 year ago)
- Topics: grep, rust, tutorial
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minigrep
A naive `grep` implementation.
# Reference
[The Rust Programming Language](https://doc.rust-lang.org/book/ch12-00-an-io-project.html)