Rust Programming Cookbook
上QQ阅读APP看书,第一时间看更新

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.