pub static mut MAX_ALLOCATION_BYTES: usize
Expand description

Maximum number of bytes that can be allocated when decoding Avro-encoded values. This is a protection against ill-formed data, whose length field might be interpreted as enormous. See max_allocation_bytes to change this limit.