dtolnay / request-for-implementation

Crates that don't exist, but should
610 stars 6 forks source link

Idiomatic Rust bindings to the winapi #51

Open Kestrer opened 3 years ago

Kestrer commented 3 years ago

winapi_util and winapi_easy cover small portions of it, but we have yet to see a fully covered set of bindings à la Nix. It should wrap raw handles in more specific types, and save users from having to use unsafe.