1 pub const DEBUG: bool = false; 2 pub const CLIENT_PUSH: u8 = 1; 3 pub const CLIENT_PULL: u8 = 2; 4 pub const SERVER_PUSH: u8 = 4; 5 pub const SERVER_PULL: u8 = 8; 6 7 pub const DEBUG_INFO_TYPE :u8 = SERVER_PUSH; 8
1 pub const DEBUG: bool = false; 2 pub const CLIENT_PUSH: u8 = 1; 3 pub const CLIENT_PULL: u8 = 2; 4 pub const SERVER_PUSH: u8 = 4; 5 pub const SERVER_PULL: u8 = 8; 6 7 pub const DEBUG_INFO_TYPE :u8 = SERVER_PUSH; 8