[][src]Function fast_rsync::apply_limited

pub fn apply_limited(
    base: &[u8],
    delta: &[u8],
    out: &mut Vec<u8>,
    limit: usize
) -> Result<(), ApplyError>

Apply delta to the base data base, writing the result to out. Errors if more than limit bytes would be written to out.