2
2
3
3
5 small projects to understand Rust core concepts.
4
4
5
- | # | Project | Description |
6
- | --- | --------------------------------- | ----------------------------------------------------- |
7
- | 01 | [ ** Hello Cargo** ] ( #hellocargo ) | A quick intro to Rust syntax. |
8
- | 02 | [ ** Guessing Game** ] ( #guessing ) | A hands-on introduction to the Rust language. |
9
- | 03 | [ ** Minigrep** ] ( #minigrep ) | A simple version of the classic command line tool grep. |
10
- | 04 | [ ** Hello** ] ( #hello ) | A multithreaded web server that says “hello”. |
11
- | 05 | [ ** Game of Life** ] ( #life ) | A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together. |
5
+ | # | Project | Description |
6
+ | --- | ------------------------------ | ----------------------------- ----------------------------------------------------- |
7
+ | 01 | [ ** Hello Cargo** ] ( #hellocargo ) | A quick intro to Rust syntax. |
8
+ | 02 | [ ** Guessing Game** ] ( #guessing ) | A hands-on introduction to the Rust language. |
9
+ | 03 | [ ** Minigrep** ] ( #minigrep ) | A simple version of the classic command line tool grep. |
10
+ | 04 | [ ** Hello** ] ( #hello ) | A multithreaded web server that says “hello”. |
11
+ | 05 | [ ** Game of Life** ] ( #life ) | A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together. |
12
12
13
13
## <a name =" hellocargo " ></a > 1) Hello Cargo
14
14
15
15
A quick intro to Rust syntax.
16
16
17
- [ See 01-hello-cargo folder] ( https://github.com/solygambas/rust-projects/tree/main/ 01-hello-cargo)
17
+ [ See 01-hello-cargo folder] ( 01-hello-cargo )
18
18
19
19
### Features
20
20
@@ -36,7 +36,7 @@ Based on [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) by Bra
36
36
37
37
A hands-on introduction to the Rust language.
38
38
39
- [ See 02-guessing-game folder] ( https://github.com/solygambas/rust-projects/tree/main/ 02-guessing-game)
39
+ [ See 02-guessing-game folder] ( 02-guessing-game )
40
40
41
41
### Features
42
42
@@ -54,7 +54,7 @@ Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Ste
54
54
55
55
A simple version of the classic command line tool grep.
56
56
57
- [ See 03-minigrep folder] ( https://github.com/solygambas/rust-projects/tree/main/ 03-minigrep)
57
+ [ See 03-minigrep folder] ( 03-minigrep )
58
58
59
59
### Features
60
60
@@ -72,7 +72,7 @@ Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Ste
72
72
73
73
A multithreaded web server that says “hello”.
74
74
75
- [ See 04-hello folder] ( https://github.com/solygambas/rust-projects/tree/main/ 04-hello)
75
+ [ See 04-hello folder] ( 04-hello )
76
76
77
77
### Features
78
78
@@ -89,10 +89,10 @@ Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Ste
89
89
90
90
A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together.
91
91
92
- [ See 05-game-of-life folder] ( https://github.com/solygambas/rust-projects/tree/main/ 05-game-of-life)
92
+ [ See 05-game-of-life folder] ( 05-game-of-life )
93
93
94
94
<p align =" center " >
95
- <a href="https://github.com/solygambas/rust-projects/tree/main/ 05-game-of-life">
95
+ <a href="05-game-of-life">
96
96
<img src="05-game-of-life/screenshot.png">
97
97
</a>
98
98
</p >
0 commit comments