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();