Constant MAX_RECURSION
pub const MAX_RECURSION: usize = 32; // 32usize
Expand description
The maximum recursion depth of encoding and decoding. Each pointer to an out-of-line object counts as one step in the recursion depth.
pub const MAX_RECURSION: usize = 32; // 32usize
The maximum recursion depth of encoding and decoding. Each pointer to an out-of-line object counts as one step in the recursion depth.