pub fn read_diff_file(path: &Path, label: &str) -> Result<String, DiffStandDown>Expand description
Read a diff file as UTF-8 text, within MAX_DIFF_BYTES.
ยงErrors
Returns the unreadable, oversize or not-utf8 stand-down.
pub fn read_diff_file(path: &Path, label: &str) -> Result<String, DiffStandDown>Read a diff file as UTF-8 text, within MAX_DIFF_BYTES.
Returns the unreadable, oversize or not-utf8 stand-down.