Skip to content

Commit 610d066

Browse files
committed
add rust build a simple web app
1 parent c8ca4fd commit 610d066

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Learning by doing is important and more effective than plainly following a docum
1010
* [Ruby](#ruby)
1111
* [Android](#android)
1212
* [Haskell](#haskell)
13+
* [Rust](#rust)
1314

1415
## C/C++:
1516
* [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
4748
## Android:
4849

4950
## Haskell:
50-
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
51+
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
52+
53+
## Rust:
54+
* A Simple Web App in Rust
55+
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)
56+
* [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/)
57+
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)

0 commit comments

Comments
 (0)