sysmonk/resources/mod.rs
1/// This module contains all the system information related functions.
2pub mod info;
3/// This module contains all the network related functions.
4pub mod network;
5/// This module contains system related functions.
6pub mod system;
7/// This module contains functions that are responsible to stream information via websockets.
8pub mod stream;