Skip to main content

parse_patch_streaming

Function parse_patch_streaming 

Source
pub fn parse_patch_streaming(
    diff: &str,
) -> Result<(Vec<Edit>, Vec<String>), HashlineError>
Expand description

Streaming-tolerant variant of parse_patch. Mirrors omp parsePatchStreaming.