gun icon indicating copy to clipboard operation
gun copied to clipboard

get iterator

Open giraffekey opened this issue 5 years ago • 0 comments

The JS implementation of GUN has a map function. The Rust way of doing things is iterators, so we should implement full-on iterator support instead of limiting ourselves to map.

It seems rather straightforward as all we need to figure out is how to implement next():

https://doc.rust-lang.org/std/iter/index.html#implementing-iterator


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

giraffekey avatar Dec 18 '20 03:12 giraffekey