#sys-info #info #system-information

sys-info-rs

Warning: This package has already moved to sys-info

2 releases

Uses old Rust 2015

0.1.2 Aug 5, 2015
0.1.1 Feb 21, 2015

#421 in Operating systems

33 downloads per month

MIT license

2KB

sys-info-rs

Build Status

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.

Documentation

###Usage Add this to Cargo.toml:

[dependencies]
sys-info = "*"

and add this to crate root:

extern crate sys_info;

No runtime deps