tversteeg / sys-info-rs

Get system information in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sys-info-rs

Build Status

Get system information in Rust.

For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, 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 = "0.8"

and add this to crate root:

extern crate sys_info;

About

Get system information in Rust.

License:MIT License


Languages

Language:Rust 100.0%