From b534cb6ab0816ce1da0ac839584162c99e454807 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Mon, 19 Nov 2018 12:15:15 +0100 Subject: [PATCH] Add tutorial #289 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d20c978..4395c31 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ * [**C**: _Build Your Own Shell_](https://github.com/tokenrove/build-your-own-shell) * [**Go**: _Writing a simple shell in Go_](https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/) * [**Ruby**: _A Unix Shell in Ruby_](https://www.jstorimer.com/blogs/workingwithcode/7766107-a-unix-shell-in-ruby) +* [**Rust**: _Build Your Own Shell using Rust_](https://www.joshmcguigan.com/blog/build-your-own-shell-rust/) #### Build your own `Template Engine`