pub const GGUF_METADATA_ARRAY_DEPTH_MAX: usize = 64;Expand description
Native-stack-overflow guard on the recursive ARRAY-of-ARRAY metadata measurer. Guards the call stack against pathologically-nested array metadata; it is not a ceiling on array length or element count.