gimli-rs / object

A unified interface for reading and writing object file formats
https://docs.rs/object/
Apache License 2.0
673 stars 156 forks source link

read: implement Iterator for more types #714

Closed philipc closed 3 months ago

philipc commented 3 months ago

This also changes the underlying next methods to fuse on error.