Skip to main content

MAX_DECODE_DEPTH

Constant MAX_DECODE_DEPTH 

Source
pub const MAX_DECODE_DEPTH: usize = 32; // 32usize
Expand description

Maximum recursion depth for nested List/Map decoding to prevent stack overflow. Issue #62: Added to prevent stack overflow from deeply nested structures.