uuid
uuid copied to clipboard
Migrate from winapi to windows-rs in examples
I'm submitting a(n) (deprecation|refactor|removal)
Description
Migrate from winapi
to windows-rs
for the following:
- Winapi is no longer actively maintained (last commit was 9 months ago as of now and 2nd last around 2 years ago) compared to last commit to windows-rs as of few days ago.
- windows-rs is the official Rust crate for Windows by Microsoft and is supposed to be providing a natural and idiomatic way for Rust developers to call Windows APIs. Some crates like socket2 have already migrated to it.
Related Issue(s)
None