Function gix::diff::blob::sources::byte_lines

pub fn byte_lines(data: &[u8]) -> ByteLines<'_, false> 
Available on crate feature blob only.
Expand description

Returns a TokenSource that uses the lines in data as Tokens. The newline seperator (\r\n or \n) is included in the emitted tokens. This means that changing the newline seperator from \r\n to \n (or omitting it fully on the last line) is detected by diff.