Moved battery, os docking into a new "v1" module
Added all_info to a module in v1
This commit is contained in:
parent
8169dfd022
commit
1e5bda520a
16 changed files with 18 additions and 16 deletions
4
src/v1/mod.rs
Normal file
4
src/v1/mod.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub mod battery;
|
||||
pub mod docking;
|
||||
pub mod os;
|
||||
pub mod all_info;
|
Loading…
Add table
Add a link
Reference in a new issue