Closed poliorcetics closed 1 year ago
winapi is in maintenance mode and the new blessed way to access Windows APIs are the windows and windows-sys crates. I don't think any types of winapi were exposed in the public API so I used windows-sys since it has much faster compile times.
winapi
windows
windows-sys
Can you please also fix the bitness function?
bitness
Should be fixed :)
Thanks!
winapi
is in maintenance mode and the new blessed way to access Windows APIs are thewindows
andwindows-sys
crates. I don't think any types ofwinapi
were exposed in the public API so I usedwindows-sys
since it has much faster compile times.