Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: WinMon – A Lightweight Process Monitor for Windows in Rust

github.com

3 points by Flex247A 24 days ago

Hi guys,

I’ve always liked the Windows Sysinternals tools, so I decided to reimplement pslist as a small learning project. Ended up using the windows-rs crate and I found that very pleasant to use.

While most of the code is inside unsafe blocks, I really liked how the code ended up being!