[thin_check (rust)] factor out device detail

This commit is contained in:
Joe Thornber
2020-09-25 09:59:16 +01:00
parent 66b6a1ba48
commit a88ae3ca18
4 changed files with 58 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
pub mod block_time;
pub mod device_detail;
pub mod superblock;
pub mod check;
pub mod xml;