parse_patches

Function parse_patches 

Source
pub fn parse_patches<I>(
    iter: I,
) -> impl Iterator<Item = Result<PlainOrBinaryPatch, Error>>
where I: Iterator<Item = Vec<u8>>,
Expand description

Parse a patch file

ยงArguments

  • iter: Iterator over lines