pub const RECOMMENDED_BUFFER_SIZE: usize = _; // 65_536usizeExpand description
The recommended buffer size to use when reading from a zip file.
This buffer size was chosen as it can hold an entire central directory record as the spec states (4.4.10):
the combined length of any directory and these three fields SHOULD NOT generally exceed 65,535 bytes.