sys-info 0.7.0

Get system information in Rust. For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, and Windows.
Documentation
[build-dependencies.cc]
version = "1"
[dependencies.libc]
version = "0.2.29"

[lib]
name = "sys_info"
path = "lib.rs"

[package]
authors = ["Siyu Wang <FillZpp.pub@gmail.com>"]
build = "build.rs"
description = "Get system information in Rust.\n\nFor now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, and Windows.\n"
documentation = "https://docs.rs/sys-info"
keywords = ["system", "cpu", "disk", "memory", "information"]
license = "MIT"
links = "info"
name = "sys-info"
readme = "README.md"
repository = "https://github.com/FillZpp/sys-info-rs"
version = "0.7.0"