From 9e48af01ae56fe813869ada24de291ab98b361e2 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Wed, 11 Jun 2025 19:14:04 +0800 Subject: 组合模块中 structs.rs 和 implements.rs 文件 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/lib.rs') diff --git a/core/src/lib.rs b/core/src/lib.rs index 49db429..81d1155 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -5,4 +5,4 @@ pub mod data; pub mod service; pub const BINCODE_CONVERT_FAILED : Vec = Vec::new(); -pub const BINCODE_CONFIG : Configuration = config::standard(); +pub const BINCODE_CONFIG : Configuration = config::standard(); \ No newline at end of file -- cgit