dalance / procs

A modern replacement for ps written in Rust
MIT License
5.1k stars 114 forks source link

use windows-sys instead of winapi #660

Closed ognevny closed 3 months ago

ognevny commented 3 months ago

winapi is abandoned Windows bindings while windows-sys is maintained by microsoft devs

feel free to share feedback if something is needed to be changed

dalance commented 3 months ago

Looks good! Thank you for your contribution.