Crates.io | sys-info |
lib.rs | sys-info |
version | 0.9.1 |
source | src |
created_at | 2015-02-21 16:01:13.590245 |
updated_at | 2021-10-21 07:05:29.396571 |
description | Get system information in Rust. For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, and Windows. |
homepage | |
repository | https://github.com/FillZpp/sys-info-rs |
max_upload_size | |
id | 1439 |
size | 76,101 |
Get system information in Rust.
For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, NetBSD and Windows. And now it can get information of kernel/cpu/memory/disk/load/hostname and so on.
Add this to Cargo.toml
:
[dependencies]
sys-info = "0.9"
and add this to crate root:
extern crate sys_info;