sos-os / alarm

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

feat(doubly::List): Add Extend/FromIter & tests #29

Closed leshow closed 6 years ago

leshow commented 6 years ago

closes #2

doubly/mod.rs seemed to get automatically reformatted by rustfmt a bit, I can remove that part of the diff if you like.

hawkw commented 6 years ago

When I finish issue #7 we'll want to add the same implementations with a different set of where bounds, but for now this is fantastic.

leshow commented 6 years ago

Awesome! I'll poke around for another task to pick up, thanks for accepting.