pub const MAX_VEC_SIZE: usize = 32 * 1024 * 1024; // 33_554_432usize
Expand description

Maximum size, in bytes, of a vector we are allowed to decode