Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Seperate nightly features #21

Closed Hpmason closed 1 year ago

Hpmason commented 1 year ago

Right now, the nightly feature is used to enable/disable all nightly features, but would be better to let the user specify which features under a clearer name. Some current features are static_detour and the thiscall ABI. Someone may want the thiscall ABI, but not static_detour.