aboutsummaryrefslogtreecommitdiff
path: root/core/src/lib.rs
blob: 7d1d8506ae7d694d72967bc10ef28d10746db609 (plain) (blame)
1
2
3
4
5
6
7
8
9
use bincode::config;
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();