Skip to main content

MAX_LINE_LEN

Constant MAX_LINE_LEN 

Source
pub const MAX_LINE_LEN: usize = 65536;
Expand description

The maximum accepted input line length, checked before any allocation proportional to the input beyond the raw string itself.