We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4749550 commit 3c8d2b1Copy full SHA for 3c8d2b1
1 file changed
src/modules/mod.rs
@@ -1,3 +1,6 @@
1
pub mod cpu;
2
-pub mod memory;
3
pub mod disk;
+pub mod memory;
4
+pub mod network;
5
+pub mod process;
6
+pub mod system;
0 commit comments