- Rust Programming Cookbook
- Claus Matzinger
- 61字
- 2021-06-24 12:27:49
Getting ready
We will build an iterator for the linked list we built in an earlier recipe. We recommend either using the Chapter01/testing project or walking with us through construction of the iterator. In case you are too busy for that, the full solution can be found in Chapter02/custom-iterators. These paths refer to the GitHub repository for this book at https://github.com/PacktPublishing/Rust-Programming-Cookbook.