/// This module contains all the system information related functions.
pub mod info;
/// This module contains all the network related functions.
pub mod network;
/// This module contains processor related functions.
pub mod processor;
/// This module contains disk related functions.
pub mod disks;
/// This module contains system related functions.
pub mod system;
/// This module contains functions that are responsible to stream information via websockets.
pub mod stream;