Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
whatsys
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 1 kB
Quelle README.md Sprache: unbekannt
# `whatsys` -- What's this?
[](https://crates.io/crates/whatsys)
[](https://docs.rs/whatsys)
[](LICENSE)
[](https://github.com/badboy/whatsys/actions/workflows/ci.yml?query=workflow%3ACI)
What kernel version is running?
# Example
```rust
let kernel = whatsys::kernel_version(); // E.g. Some("20.3.0")
```
# Supported operating systems
We support the following operating systems:
* Windows
* macOS
* Linux
* Android
# License
MIT. See [LICENSE](LICENSE).
Based on:
* [sys-info](
https://crates.io/crates/sys-info),
[Repository](https://github.com/F
illZpp/sys-info-rs), [MIT LICENSE][sys-info-mit]
* [sysinfo](
https://crates.io/crates/sysinfo),
[Repository](https://github.com/Gui
llaumeGomez/sysinfo), [MIT LICENSE][sysinfo-mit]
[sys-info-mit]:
https://github.com/FillZpp/sys-info-rs/blob/master/LICENSE
[sysinfo-mit]:
https://github.com/GuillaumeGomez/sysinfo/blob/master/LICENSE
[ Dauer der Verarbeitung: 0.19 Sekunden (vorverarbeitet)
]
2026-04-04