vickenty / lang-c

Lightweight C parser for Rust
Apache License 2.0
202 stars 30 forks source link

Add Eq and Hash impls #16

Closed jeehoonkang closed 4 years ago

jeehoonkang commented 4 years ago

Hi,

I'd like to ask if you could merge this PR, which adds Eq and Hash impls for a few structs/enums. (I needed it to put those in a HashMap.)

vickenty commented 4 years ago

Thanks!