https://github.com/ironcore864/minigrep
https://github.com/ironcore864/minigrep
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ironcore864/minigrep
- Owner: IronCore864
- Created: 2021-03-06T08:44:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T08:46:35.000Z (over 5 years ago)
- Last Synced: 2024-12-31T12:46:26.509Z (over 1 year ago)
- Language: Rust
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniGrep
A grep CLI tool implemented in RUST.
## Crate
https://crates.io/crates/minigrep_ironcore864
## Build
```bash
cargo build
```
## Doc
```bash
cargo doc --open
```
## Test
```bash
cargo test
```