Add [Closure] chapter

This commit is contained in:
sunface
2022-03-30 22:29:07 +08:00
parent 47983d35f0
commit 8220143688
5 changed files with 569 additions and 53 deletions

View File

@@ -1 +1,5 @@
# Functional programing
Learning resources:
- English: [Rust Book 13](https://doc.rust-lang.org/book/ch13-00-functional-features.html)
- 简体中文: [Rust语言圣经 - 函数式编程:闭包和迭代器](https://course.rs/advance/functional-programing/intro.html)