Skip to main content

FOUND_BYTES_CAP

Constant FOUND_BYTES_CAP 

Source
pub const FOUND_BYTES_CAP: usize = 32;
Expand description

Maximum length in bytes retained in a MarcError’s found field.

Bounds the memory cost of an error in lenient/permissive recovery modes where many errors may be accumulated.