aboutsummaryrefslogtreecommitdiff
path: root/core/src/lib.rs
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-09 01:44:36 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-09 01:44:36 +0800
commit49192dbb98e0ab1f2a66b4786fac86d63f69be64 (patch)
tree7cdf27c7cab5fb6b1aabc2ac7c44b7b492558945 /core/src/lib.rs
parentc9dbba0d288becb7f05cebe526be25c76e5a850a (diff)
重构所有部分
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 0c8cf83..49db429 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -1,9 +1,8 @@
use bincode::config;
use bincode::config::Configuration;
-pub mod pad_service;
-pub mod pad_data;
+pub mod data;
+pub mod service;
-pub const DEFAULT_PORT : u16 = 5989;
pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new();
-pub const BINCODE_CONFIG : Configuration = config::standard(); \ No newline at end of file
+pub const BINCODE_CONFIG : Configuration = config::standard();