platform-info
platform-info copied to clipboard
A cross-platform way to get information about your machine
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uutils/platform-info). This repository currently has no open or...
Adds `processor()` method that maps machine architecture strings to processor types, matching GNU coreutils behavior. Fixes uutils/coreutils#8659 ## Example ```rust let info = PlatformInfo::new()?; let processor = info.processor(); // "arm"...