Added tutorial for building a basic Rust CLI app

This commit is contained in:
Krishna Kishore Shetty 2022-06-17 17:30:25 +05:30 committed by GitHub
parent 13577c215a
commit 5e746a2f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/)
* [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/)
* [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html)
* [**Rust**: _Rust 15-min CLI app tutorial](https://rust-cli.github.io/book/tutorial/index.html)
#### Build your own `Database`