Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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`

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]
```