Constant stringsext::input::INPUT_BUF_LEN[][src]

pub const INPUT_BUF_LEN: usize = 4096;
Expand description

This is the size of input_buffer in bytes. It should be aligned with a multiple of the memory page size, which is - depending on the hardware - n * 4096 bytes.