pub fn parse_patch_streaming(
diff: &str,
) -> Result<(Vec<Edit>, Vec<String>), HashlineError>Expand description
Streaming-tolerant variant of parse_patch. Mirrors omp
parsePatchStreaming.
pub fn parse_patch_streaming(
diff: &str,
) -> Result<(Vec<Edit>, Vec<String>), HashlineError>Streaming-tolerant variant of parse_patch. Mirrors omp
parsePatchStreaming.