aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
diff options
context:
space:
mode:
authorMustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com>2021-01-26 02:44:13 +0300
committerGitHub <noreply@github.com>2021-01-26 02:44:13 +0300
commit6c0dfddead48e603826fbf637fe51f02e8320223 (patch)
tree3ac7796df10cd487598e4c256c96a84ab08a39fd /src/utils/mod.rs
parent9525a1075199d5fd202d1744dc502ff5a766aa99 (diff)
Reads network bandwith (#39)
* updated crate version * updated crate version * rsblocks now reads netspeed per second
Diffstat (limited to 'src/utils/mod.rs')
-rw-r--r--src/utils/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index 6834d49..3b4eb7b 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -4,6 +4,7 @@ pub mod disk;
pub mod load_average;
pub mod memory;
pub mod mpd;
+pub mod netspeed;
pub mod spotify;
pub mod time;
pub mod uptime;