m4b / goblin

An impish, cross-platform binary parsing crate, written in Rust
MIT License
1.17k stars 156 forks source link

make mach symbol iterator resultless #66

Open m4b opened 6 years ago

m4b commented 6 years ago

Similar to ELF's symbol iterator, we have a result on invocation, and elements are resultness, because we know the size beforehand.

m4b commented 6 years ago

This will be a breaking change but i think its important to match elf resultless iterators

Lunaphied commented 1 year ago

How are breaking changes intended to be handled?