mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-07 11:37:13 -06:00
finsihed ch14.1 and more than halfway through ch14.2
This commit is contained in:
@ -13,7 +13,7 @@ It will cover:
|
||||
- [*Closures*](./Closures.md) - a function-like construct you can store in a variable
|
||||
- [*Iterators*](./Iterators.md) - a way of processing a series of elements
|
||||
- How to use colsure and iterators to [improve the I/O project (minigrep)](./Improving%20The%20IO%20Project.md)
|
||||
- [The preformance of closures and iterators](./The%20preformance%20Closures%20and%20Iterators.md) (Spoiler alert: they are faster than you might think!)
|
||||
- [The preformance of closures and iterators](./The%20Performance%20Closures%20and%20Iterators.md) (Spoiler alert: they are faster than you might think!)
|
||||
|
||||
We have already covered some other Rust freatures, such as pattern matchin and enums, that are also influenced by the functional style.
|
||||
|
||||
|
Reference in New Issue
Block a user