pub const MAX_LENGTH: usize = sys::MAX_LENGTH; // 0xffff_ffff_ffff_ffffusize
Expand description

Max length of an IoVec slice.

Attempts to convert slices longer than this value will result in a panic.