We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps it would be better to use a function from one of these crates instead of invoking the uname process.
uname
The text was updated successfully, but these errors were encountered:
Sadly I learned that uname -o doesn't have a (portable?) programmatic API. Other uses of uname can probably be replaced though.
Sorry, something went wrong.
I did find https://docs.rs/platform-info/latest/platform_info/, which hardcodes the OS: https://docs.rs/platform-info/latest/src/platform_info/lib_impl.rs.html
No branches or pull requests
Perhaps it would be better to use a function from one of these crates instead of invoking the
uname
process.The text was updated successfully, but these errors were encountered: