pub const MAX_RECURSION_DEPTH: usize = 1000;
Maximum recursion depth for nested structures - prevents stack overflow