Hpmason / retour-rs

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

Make retour a stable-first crate #19

Closed Hpmason closed 1 year ago

Hpmason commented 1 year ago

Default features of retour force the crate to be compiled under nightly, which causes some confusion and means nightly can break projects using the default features. Nightly should be opt-in for support for features like static_detour!.