1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
//!
//! A crate that should allow ease of use to get infos
//! about your linux system.  
//! Get information about your:
//! - cpu
//! - memory
//! - graphics card
//! - hard drive
//!
//! At the moment only cpu is partly implemented.  
//! The api is not finished and feedback appreciated.

/// Get cpu information.
pub mod cpu;

// get cpu info
// get memory info
// get graphics info
// get process info
// get mdstats