darfink / region-rs

A cross-platform virtual memory API written in Rust
https://darfink.github.io/region-rs/
MIT License
119 stars 23 forks source link

Migrate from winapi to windows-sys. #22

Closed sunfishcode closed 6 months ago

sunfishcode commented 2 years ago

This PR migrates region from winapi to windows-sys.

Windows-sys is actively maintained, by Microsoft, and has recently started to be adopted in the ecosystem; mio, parking_lot, wasmtime, and others have moved to windows-sys.

Migrating region to windows-sys will help me remove one more of Wasmtime's transitive dependencies on winapi.

darfink commented 6 months ago

Thank you for your contribution! I'll make sure to bump the version as well.