https://github.com/byteszero/rust_minigrep
https://github.com/byteszero/rust_minigrep
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byteszero/rust_minigrep
- Owner: BytesZero
- License: other
- Created: 2023-09-11T06:06:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T16:57:40.000Z (over 1 year ago)
- Last Synced: 2025-01-04T17:19:12.864Z (5 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
README
# minigrep
A simple grep-like program written in Rust.## Usage
```
minigrep
```## Example
```
minigrep foo bar.txt
```## Testing
```
cargo test
```## License
- [MIT](https://choosealicense.com/licenses/mit/)
- [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)