starship / rust-battery

Rust crate providing cross-platform information about the notebook batteries.
https://crates.io/crates/starship-battery
ISC License
21 stars 8 forks source link

feat: replace winapi with windows-sys #70

Closed davidkna closed 1 month ago

davidkna commented 5 months ago

windows-sys is maintained better, and this change simplifies the code a bit and lets us get rid of many of the existing manual bindings. windows-sys will hopefully lead to fewer breaking changes than windows and it also maps more closely to winapi.

davidkna commented 1 month ago

Thanks for the review @matchai!