Constant fog_pack::MAX_DEPTH

source ·
pub const MAX_DEPTH: usize = 200;
Expand description

The maximum nesting depth allowed for any fog-pack value is 200. No encoded document will ever nest Map/Array markers deeper than this.