rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.65k stars 381 forks source link

Implemented FusedIterator for various iterators #955

Closed vallentin closed 11 months ago

vallentin commented 1 year ago

Implemented FusedIterator for various iterators. All the iterators have one thing in common, they wrap a Range, which implements FusedIterator, thus guaranteeing the outer iterator is also fused.