Open hawkw opened 6 years ago
This could be a reasonably good first issue for someone with some prior Rust experience; it's a bit larger in scope than some of the other "good first issue" issues, but it's fairly self-contained.
I'm going to try and take a shot at this
@JJJollyjim excellent! I've invited you to become a repo collaborator so I can assign this issue to you.
CONTRIBUTING.md has some introductory information on how to contribute to this repository. Do let me know if you have any questions or need any advice on implementing this issue!
Hi again: I got lost in lifetime hell so didn't get it done today when I expected.
I go back to work tomorrow so probably can't get it done for quite a while: anyone else can feel free to grab this issue.
@JJJollyjim that's fine! If you want to, push up a branch for what you've got and I can take a peek at it?
@JJJollyjim, if you're still interested in working on this issue, I just opened PR #31, which may be relevant to your interests here.
N.B. that a doubly linked list's iterators can be
DoubleEndedIterator
andExactSizeIterator
.