clbarnes / arbor-rs

MIT License
0 stars 1 forks source link

Improve nodes iterator #7

Open clbarnes opened 5 years ago

clbarnes commented 5 years ago

Currently nodes iterator returns a chain of keys and something else and it's not a nice API: replace this with a proper nodes iterator. Would also help with future alternative implementations.