sysmonk/resources/mod.rs
/// 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 system related functions.
pub mod system;
/// This module contains functions that are responsible to stream information via websockets.
pub mod stream;