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

https://github.com/ironcore864/minigrep


https://github.com/ironcore864/minigrep

Last synced: 5 months ago
JSON representation

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