sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

Add iterators to doubly::List #4

Open hawkw opened 6 years ago

hawkw commented 6 years ago

N.B. that a doubly linked list's iterators can be DoubleEndedIterator and ExactSizeIterator.

hawkw commented 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.

JJJollyjim commented 6 years ago

I'm going to try and take a shot at this

hawkw commented 6 years ago

@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!

JJJollyjim commented 6 years ago

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.

hawkw commented 6 years ago

@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?

hawkw commented 6 years ago

@JJJollyjim, if you're still interested in working on this issue, I just opened PR #31, which may be relevant to your interests here.