Hpmason / retour-rs

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

Document supported rust version(s) #35

Closed Hpmason closed 10 months ago

Hpmason commented 10 months ago

(mostly a note to myself)

Document in repo and docs what version of Rust is supported.

For nightly features: crate is targeted to support the newest version of nightly.

By default: need to figure out MSRV with default features and document MSRV for any stable rust feature flags (such as thiscall-abi becoming stabilized in 1.73.0)