pub const READ_SLAB_SIZE: usize = _; // 65_536usizeExpand description
Size of a read scratch slab.
Doubles as the ceiling read_buffer_size clamps to and the minimum capacity
take_read_buffer grows a stash to. Equal to the old arena page size, so
the per-read buffer bound and its resident footprint are unchanged.