pub const MAX_RULE_ID_BYTES: usize = 300;
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.