Closed athre0z closed 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.
std
alloc
std::error::Error
Status
error_in_core
Replaces https://github.com/zyantific/zydis-rs/pull/36
This PR adds a new feature that largely replaces the existing
std
feature. The only thing thatstd
give overalloc
is anstd::error::Error
implementation on theStatus
type:error_in_core
is still unstable.Replaces https://github.com/zyantific/zydis-rs/pull/36