pub const MAX_CAPTURES: usize = 1024;
Maximum number of captured values allowed in a closure environment. This prevents unbounded memory allocation and potential resource exhaustion.