sys-info-rs

Crates.iosys-info-rs
lib.rssys-info-rs
version0.1.2
sourcesrc
created_at2015-02-21 15:54:48.683398
updated_at2015-12-11 23:56:18.321051
descriptionWarning: This package has already moved to sys-info.
homepage
repositoryhttps://github.com/FillZpp/sys-info-rs
max_upload_size
id1438
size1,884
Siyu Wang (FillZpp)

documentation

README

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;
Commit count: 138

cargo fmt