From f8336ed832fa8e1ddd2f1783bdfc23d3279d5e6a Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Tue, 27 May 2025 07:21:37 +0800 Subject: First commit --- core/src/lib.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 core/src/lib.rs (limited to 'core/src/lib.rs') diff --git a/core/src/lib.rs b/core/src/lib.rs new file mode 100644 index 0000000..f70fc4e --- /dev/null +++ b/core/src/lib.rs @@ -0,0 +1,10 @@ +use bincode::config; +use bincode::config::Configuration; + +pub mod pad_io; +pub mod pad_data; + +pub const DEFAULT_PORT : u16 = 5989; +pub const BINCODE_CONVERT_FAILED : Vec = Vec::new(); +pub const BINCODE_CONFIG : Configuration = config::standard(); + -- cgit