//! CPU and memory monitor. You can retrieve the CPU, memory and GPU usage. Global and by processes
//! Also you can get a snapshot of your current hardware and system info
//! It is meant to monitor a system so the performance is the priority. You can probe every second
//! that it will not be harmful
pub use Machine;
pub use ;