Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narven/minigrep
MiniGrep - Rust CLI
https://github.com/narven/minigrep
rust rust-cli tutorial
Last synced: about 1 month ago
JSON representation
MiniGrep - Rust CLI
- Host: GitHub
- URL: https://github.com/narven/minigrep
- Owner: Narven
- Created: 2022-03-26T23:10:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T23:37:33.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T13:31:33.873Z (3 months ago)
- Topics: rust, rust-cli, tutorial
- Language: Rust
- Homepage: https://www.youtube.com/watch?v=XYkiwsplDTg
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minigrep
> MiniGrep CLI tutorial on Rust from https://www.youtube.com/watch?v=XYkiwsplDTg
### Run
```bash
cargo run word filename
```### Environment Variables
CASE_INSENSITIVE=true|false