darfink / detour-rs

A cross-platform detour library written in Rust
Other
389 stars 71 forks source link

`pub(restriction)` for `static_detour` #13

Closed kgv closed 4 years ago

kgv commented 5 years ago

It would be nice to add pub(restriction) support for static_detour macro.

darfink commented 4 years ago

Thanks for the feedback! Support for visibility modifiers has been implemented with https://github.com/darfink/detour-rs/commit/09cda49357b3c0a8b19b888415b6ea971c63bd24.