zyantific / zydis-rs

Zydis Rust Bindings
MIT License
83 stars 14 forks source link

Introduce `alloc` feature and support it everywhere #37

Closed athre0z closed 7 months ago

athre0z commented 7 months ago

This PR adds a new feature that largely replaces the existing std feature. The only thing that std give over alloc is an std::error::Error implementation on the Status type: error_in_core is still unstable.

Replaces https://github.com/zyantific/zydis-rs/pull/36