aboutsummaryrefslogtreecommitdiff
path: root/core/src/lib.rs
blob: f70fc4e898f5a986e496e05cff83eda0f397f121 (plain) (blame)
1
2
3
4
5
6
7
8
9
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<u8> = Vec::new();
pub const BINCODE_CONFIG : Configuration = config::standard();