aboutsummaryrefslogtreecommitdiff
path: root/core/src/message_encoders.rs
blob: e2cac1f5ed048ca95da3f9d072eb0e4eb3442cfc (plain) (blame)
1
2
3
4
5
use bincode::config;
use bincode::config::Configuration;

pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new();
pub const BINCODE_CONFIG : Configuration = config::standard();