Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/practice-rust-greprs
A tiny practice of making command tool with Rust resembling `grep`
https://github.com/mununki/practice-rust-greprs
Last synced: 10 days ago
JSON representation
A tiny practice of making command tool with Rust resembling `grep`
- Host: GitHub
- URL: https://github.com/mununki/practice-rust-greprs
- Owner: mununki
- Created: 2019-02-13T08:46:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T06:04:36.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T03:22:04.953Z (8 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practice of RUST - `greprs`
## `greprs` example code of Rust book
### `greprs` is
`greprs` is resembling `grep` command with Rust. This code is from the Rust book.
### Usage
> Before Build
```shell
cargo run [search_keyword] [filename.extension]
```