Skip to content

Commit 66a11b1

Browse files
authored
Update README.md
1 parent b63ef4c commit 66a11b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Table of Contents
22

3+
* [Pattern Matching with Match in Rust](#pattern-matching-with-match-in-rust)
34
* [Using Nested Paths in Rust](#using-nested-paths-in-rust)
45
* [Struct Update Syntax in Rust](#struct-update-syntax-in-rust)
56
* [Field Init Shorthand in Rust](#field-init-shorthand-in-rust)
67
* [Shadowing in Rust](#shadowing-in-rust)
78

9+
# Pattern Matching with Match in Rust
10+
11+
[Source Code](source/pattern-matching-with-match-in-rust.rs)
12+
13+
![](images/pattern-matching-with-match-in-rust.jpg)
14+
815
# Using Nested Paths in Rust
916

1017
[Source Code](source/using-nested-paths-in-rust.rs)

0 commit comments

Comments
 (0)