pub const MAX_PLANS: usize = _; // 1_048_576usize
The registration bound. Chosen so an id always fits a u32 with room to spare, and so a runaway registration loop is caught long before the narrowing could matter.
u32