mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-26 14:09:41 +00:00
7 lines
219 B
Markdown
7 lines
219 B
Markdown
# Pattern Match
|
|
Learning resources:
|
|
- English: [Rust Book 18](https://doc.rust-lang.org/book/ch18-00-patterns.html)
|
|
- 简体中文: [Rust语言圣经 - 模式匹配](https://course.rs/basic/match-pattern/intro.html)
|
|
|
|
|