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

https://github.com/byteszero/rust_minigrep


https://github.com/byteszero/rust_minigrep

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# minigrep
A simple grep-like program written in Rust.

## Usage
```
minigrep
```

## Example
```
minigrep foo bar.txt
```

## Testing
```
cargo test
```

## License
- [MIT](https://choosealicense.com/licenses/mit/)
- [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)