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

7 lines
219 B
Markdown
Raw Normal View History

# Pattern Match
2022-03-01 04:58:36 -06:00
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)