aboutsummaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/lib.rs1
-rw-r--r--core/src/message_encoders.rs3
2 files changed, 1 insertions, 3 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 81d1155..7d1d850 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -3,6 +3,7 @@ use bincode::config::Configuration;
pub mod data;
pub mod service;
+pub mod message_encoders;
pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new();
pub const BINCODE_CONFIG : Configuration = config::standard(); \ No newline at end of file
diff --git a/core/src/message_encoders.rs b/core/src/message_encoders.rs
index 49db429..e2cac1f 100644
--- a/core/src/message_encoders.rs
+++ b/core/src/message_encoders.rs
@@ -1,8 +1,5 @@
use bincode::config;
use bincode::config::Configuration;
-pub mod data;
-pub mod service;
-
pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new();
pub const BINCODE_CONFIG : Configuration = config::standard();