| Crates.io | os2 |
| lib.rs | os2 |
| version | 0.1.1 |
| created_at | 2025-07-25 17:32:33.777416+00 |
| updated_at | 2025-07-26 13:47:04.236416+00 |
| description | os2 - a library for working with operating system features in Rust |
| homepage | |
| repository | https://github.com/km0e/dev-vault.git |
| max_upload_size | |
| id | 1767861 |
| size | 32,291 |
This module provides a method to determine os type.
let os = os2::detect();
| OS | Compatible | Note |
|---|---|---|
| Windows | Unknown | Need confirmation |
| Linux | Unix | Need confirmation |
| MacOS | Unix | Need confirmation |
| Unix | Unknown | |
| Alpine | Linux | |
| Arch | Linux | |
| Debian | Linux | |
| Fedora | Linux | |
| Manjaro | Linux | |
| Ubuntu | Linux |