Skip to content

Commit d87a8f9

Browse files
authored
add table
1 parent e60772c commit d87a8f9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Rust Projects
22

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. |
1012

1113
## <a name="hellocargo"></a> 1) Hello Cargo
1214

0 commit comments

Comments
 (0)