os_type
os_type copied to clipboard
Rust library to detect the operating system type
# Feature I want I want to detect if my rust program is running on fedora. ## Current State When I run a program with this code ```rust use os_type;...
While there is a link to the commit angular guidelines. this additional link points to exact point where the concrete format of commit message is described. ## What does this...
Hi, I'm thinking of creating a pr to include Pop_os! as OsType::Ubuntu Thoughts?
The program used to compile OK, and out of the blue, suddenly it no longer compiles. I have no idea what happened. does anybody else has the same problem? error[E0463]:...
We could add support of BSD by invoking uname -s and uname -a. Now, I am so new to Rust I can barely spell it. I am not even sure...
I'm new to rust and i want to work on this project to learn rust. Are there any areas of the project that i can help out with? Thanks!
Would a PR for this be welcome?
So far we have a couple of unit tests and a few integration tests in place to guarantee in a very rudimentary way that things are working. Instead I'd like...
There are some cases where we do not need to know the distro or the distro might not be added to the list of os types, it would be nice...