bvaisvil / zenith

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need alternative to rust-users for Windows

bvaisvil opened this issue · comments

Need alternative for getting the user of a process, since rust-users supports only unix systems (issue #45)

Hi!

May I suggest using the Windows crate?

In words of Microsoft itself - Rust for Windows lets you use any Windows API (past, present, and future) directly and seamlessly via the windows crate.

Thanks @rashil2000. I was hoping for something more universal, but that may be too much to hope for.

That would require (somewhat heavy?) modification of the rust-users crate, I have no idea whether something of that scope is possible.