Skip to main content

MAX_RULE_ID_BYTES

Constant MAX_RULE_ID_BYTES 

Source
pub const MAX_RULE_ID_BYTES: usize = 300;
Expand description

Longest rule ID stored, in bytes.

Room IDs reach 255 bytes and are routinely used as rule IDs, so the ceiling sits above that rather than at it.