pub const MAX_LINE_LEN: usize = 65536;
The maximum accepted input line length, checked before any allocation proportional to the input beyond the raw string itself.