pub const STACK_PARAMS_CAPACITY: usize = 4; // 4usize
Maximum number of path parameters to store on the stack. Most routes have 1-4 parameters, so this covers the majority of cases without heap allocation.