Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ndeta100/grep_clone
- Owner: Ndeta100
- Created: 2022-08-02T11:42:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T16:18:25.000Z (over 2 years ago)
- Last Synced: 2024-11-19T10:07:04.416Z (about 2 months ago)
- Topics: rust, rust-lang, rust-language, rust-library
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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