uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Migrate from winapi to windows-rs in examples

Open sn99 opened this issue 2 years ago • 0 comments

I'm submitting a(n) (deprecation|refactor|removal)

Description

Migrate from winapi to windows-rs for the following:

  1. 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.
  2. 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

sn99 avatar Sep 12 '22 14:09 sn99