Hacker News new | ask | show | jobs
by diggan 368 days ago
If a Rust crate uses anything from the OS, and doesn't mention that OS, I wouldn't expect it to work on that OS, regardless if it's Windows, Linux or macOS. Just like graphical crates state what APIs they support, and if Metal is not mentioned for example, it is most likely not supported.
1 comments

You wouldn't know unless running crate install.

I use lsof -i a lot on Mac, its not that I'm criticizing, but mostly disappointed.