add benchmarking

This commit is contained in:
vali 2024-08-15 17:53:25 +02:00
commit fabccd71e4
5 changed files with 621 additions and 0 deletions

5
src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
pub mod colors;
pub mod desktop;
pub mod release;
pub mod system;
pub mod uptime;