2 releases
Uses old Rust 2015
0.1.2 | Aug 5, 2015 |
---|---|
0.1.1 | Feb 21, 2015 |
#34 in #system-info
2KB
sys-info-rs
Get system information in Rust.
For now it supports Linux, Mac OS X and Windows. And now it can get information of kernel/cpu/memory/disk/load/hostname and so on.
###Usage
Add this to Cargo.toml
:
[dependencies]
sys-info = "*"
and add this to crate root:
extern crate sys_info;