Set up more file hierarchy.

This commit is contained in:
ClementTsang 2019-09-04 23:45:19 -04:00
parent 2c53ab09a9
commit c8bbf5850c
8 changed files with 22 additions and 23 deletions

View File

@ -1,4 +1,3 @@
use std::collections::BTreeMap;
use sysinfo::{ProcessExt, ProcessStatus, RefreshKind, System, SystemExt}; use sysinfo::{ProcessExt, ProcessStatus, RefreshKind, System, SystemExt};
// TODO: Fix this - CPU Up, and CPU Down! // TODO: Fix this - CPU Up, and CPU Down!

0
src/widgets/cpu.rs Normal file
View File

0
src/widgets/disks.rs Normal file
View File

0
src/widgets/mem.rs Normal file
View File

0
src/widgets/network.rs Normal file
View File

0
src/widgets/processes.rs Normal file
View File

0
src/widgets/temp.rs Normal file
View File

0
tests/basic_tests.rs Normal file
View File