Token-stream → line-stream. Buffer partial lines, emit complete ones on \n. CRLF supported.
\n
use lineify::Lineifier; let mut l = Lineifier::new(); let lines = l.push("hello\nworld\n");
Zero deps. MIT or Apache-2.0.