lib.rs
Feb 9, 2025This project consists of two parts: the library that can be used to detect the operating system type (including version and bitness) and the command line tool that uses the library. Library (os_info) os_info usage. To use this crate, add os_info as a dependency to your project's Cargo.toml: [dependencies] os_info = "3"