zyantific / zydis-rs

Zydis Rust Bindings
MIT License
83 stars 14 forks source link

BranchType serialization feature misspelled: Deserilaize #16

Closed williballenthin closed 5 years ago

williballenthin commented 5 years ago

zydis-rs fails to build when the serialization feature is enabled due to a cfg_attr being misspelled: https://github.com/zyantific/zydis-rs/blob/1a778406758cbbac5a9f9df834add3f509add006/src/enums/mod.rs#L728

image

williballenthin commented 5 years ago

It may be worth enabling some basic CI checks to ensure the various supported feature flags compile.

I'll be AFK until mid-Dec, but let me know if you'd like assistance around then.