parse output of smartctl

This commit is contained in:
2022-12-16 16:06:50 +01:00
parent 7c3a80522f
commit 6c3ee2fbe8
2 changed files with 41 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
pub mod mdstat_parser;
pub mod lsblk_parser;
pub mod lsblk_parser;
mod smart_parser;