Crates.io | sys-info-rs |
lib.rs | sys-info-rs |
version | 0.1.2 |
source | src |
created_at | 2015-02-21 15:54:48.683398 |
updated_at | 2015-12-11 23:56:18.321051 |
description | Warning: This package has already moved to sys-info. |
homepage | |
repository | https://github.com/FillZpp/sys-info-rs |
max_upload_size | |
id | 1438 |
size | 1,884 |
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;