抽离公共逻辑

This commit is contained in:
lbl8603
2024-06-15 20:53:32 +08:00
parent 66129c2a24
commit d695efd787
14 changed files with 1498 additions and 0 deletions
+10
View File
@@ -1,2 +1,12 @@
pub mod args_parse;
#[cfg(feature = "command")]
pub mod command;
pub mod config;
#[cfg(feature = "command")]
mod console_out;
pub mod identifier;
pub mod cli;
mod generated_serial_number;
pub mod callback;