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

pub const DEBUG_INFO_TYPE :u8 = SERVER_PUSH;