retep998 / winapi-rs

Rust bindings to Windows API
https://crates.io/crates/winapi
Apache License 2.0
1.85k stars 392 forks source link

Add FAQ entry on whether to use winapi-rs or windows-rs #1020

Open slix opened 2 years ago

slix commented 2 years ago

This would be useful for people who need to choose a way to call Windows APIs.

I found little information online about making a choice:

Kreijstal commented 1 year ago

@slix choose windows-rs, it has all functions you need, this was was hand-made and it feels like writing C code not Rust code, the windows one is more Rusty.