File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Rust Projects
2
2
3
- This repo is made of 5 projects:
4
-
5
- 1 . [ ** Hello Cargo** ] ( #hellocargo ) : A quick intro to Rust syntax.
6
- 2 . [ ** Guessing Game** ] ( #guessing ) : A hands-on introduction to the Rust language.
7
- 3 . [ ** Minigrep** ] ( #minigrep ) : A simple version of the classic command line tool grep.
8
- 4 . [ ** Hello** ] ( #hello ) : A multithreaded web server that says “hello”.
9
- 5 . [ ** Game of Life** ] ( #life ) : A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together.
3
+ 5 small projects to understand Rust core concepts.
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 | [ ** Smog Test** ] ( #smogtest ) | 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. |
10
12
11
13
## <a name =" hellocargo " ></a > 1) Hello Cargo
12
14
You can’t perform that action at this time.
0 commit comments