add rust build a simple web app

This commit is contained in:
Tu Tran 2017-04-12 02:19:02 -04:00
parent c8ca4fdae7
commit 610d066e78

View File

@ -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/)
* [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/)