Skip to content

Commit 3c8d2b1

Browse files
committed
feat(modules): register network, process, and system in mod.rs
Exports the three new modules so they can be imported by the engine.
1 parent 4749550 commit 3c8d2b1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/modules/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
pub mod cpu;
2-
pub mod memory;
32
pub mod disk;
3+
pub mod memory;
4+
pub mod network;
5+
pub mod process;
6+
pub mod system;

0 commit comments

Comments
 (0)