1 2 3 4 5 6
pub const EXCLUDE_CATEGORICAL: bool = true; pub const EXCLUDE_ID: bool = true; pub const EXCLUDE_CONSTANT: bool = true; pub const EXCLUDE_BOOLEAN: bool = false; pub const EXCLUDE_DATETIME: bool = true; pub const EXCLUDE_TEXT: bool = true;