Skip to content

diepes/rust-linux-sys-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sys-info-rs

Build Status

Get system information in Rust.

For now it the focus is on Linux and Mac OS and Windows. It may also still work on Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, NetBSD 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 = { git = "https://github.com/diepes/sys-info-rs.git" }

and add this to crate root:

extern crate sys_info;

About

Get Linux system information in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.9%
  • Shell 2.1%