Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ndeta100/grep_clone

Building a command line tool in rust
https://github.com/ndeta100/grep_clone

rust rust-lang rust-language rust-library

Last synced: about 2 months ago
JSON representation

Building a command line tool in rust

Awesome Lists containing this project

README

        

## writing a simple command line application in rust
[The rustlang book](https://doc.rust-lang.org/book/ch12-00-an-io-project.html)

### Prerequisites
Before starting you'll have to go through all the previous chapters of the rustlang book