From 6a349a0e0282e56b03adbe02b41bfaf0cc3213f1 Mon Sep 17 00:00:00 2001 From: mustafa salih Date: Thu, 14 Jan 2021 05:41:01 +0300 Subject: orginized the code to seprated mods and deleted the lib file --- src/utils/mod.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/utils/mod.rs (limited to 'src/utils/mod.rs') diff --git a/src/utils/mod.rs b/src/utils/mod.rs new file mode 100644 index 0000000..b497999 --- /dev/null +++ b/src/utils/mod.rs @@ -0,0 +1,10 @@ +pub mod battery; +pub mod cpu; +pub mod disk; +pub mod memory; +pub mod mpd; +pub mod spotify; +pub mod time; +pub mod uptime; +pub mod volume; +pub mod weather; -- cgit v1.2.3