gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
831 stars 105 forks source link

Fix Hash for EndianReader #723

Closed philipc closed 2 months ago

philipc commented 2 months ago

Since we have a manual PartialEq implementation, we need a matching manual Hash implementation.