mirror of
https://github.com/practical-tutorials/project-based-learning.git
synced 2025-02-17 13:58:11 +00:00
add rust build a simple web app
This commit is contained in:
parent
c8ca4fdae7
commit
610d066e78
|
@ -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/)
|
Loading…
Reference in New Issue
Block a user