pub const MAX_FILENAME_LEN: usize = 4096;Expand description
Maximum length of an external filename in bytes.
Filenames longer than this are rejected by validate_filename and
by the reader before any buffer is resized.
pub const MAX_FILENAME_LEN: usize = 4096;Maximum length of an external filename in bytes.
Filenames longer than this are rejected by validate_filename and
by the reader before any buffer is resized.