Closed williballenthin closed 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
serialization
cfg_attr
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.
zydis-rs fails to build when the
serialization
feature is enabled due to acfg_attr
being misspelled: https://github.com/zyantific/zydis-rs/blob/1a778406758cbbac5a9f9df834add3f509add006/src/enums/mod.rs#L728