rust-by-practice/en/src/pattern-match/intro.md

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)