Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 252 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 252 Bytes

sys-info-rs

Get system information in Rust.

For now it supports Linux, Windows, FreeBSD, Mac OS X and Android.

Usage

Add this to Cargo.toml:

[dependencies]
sys-info = "*"

and add this to crate root:

extern crate sys_info;