From 610d066e787a4f87d3e89fde03d40728df633bfd Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Wed, 12 Apr 2017 02:19:02 -0400 Subject: [PATCH] add rust build a simple web app --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94df7b5..e083095 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Learning by doing is important and more effective than plainly following a docum * [Ruby](#ruby) * [Android](#android) * [Haskell](#haskell) +* [Rust](#rust) ## C/C++: * [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/) @@ -47,4 +48,10 @@ Learning by doing is important and more effective than plainly following a docum ## Android: ## Haskell: -* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/) \ No newline at end of file +* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/) + +## Rust: +* A Simple Web App in Rust + * [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/) + * [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/) + * [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/) \ No newline at end of file