https://github.com/abnerkaizer/minigrep
https://github.com/abnerkaizer/minigrep
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/abnerkaizer/minigrep
- Owner: abnerkaizer
- Created: 2020-12-18T01:13:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T19:36:25.000Z (over 5 years ago)
- Last Synced: 2025-02-27T11:40:32.436Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minigrep
From the guided exercise in The Rust Book.
To use case insensitive use in your shell export CASE_INSENSITIVE=1.