feat: change the naming strategy

This commit is contained in:
GyDi
2021-12-14 00:40:41 +08:00
parent 03b3a0b8b3
commit ef3b10fa8f
6 changed files with 132 additions and 81 deletions

View File

@@ -1 +1,5 @@
pub mod verge;
mod operate;
mod profiles;
pub use self::operate::*;
pub use self::profiles::*;