Skip to main content

apply_delta_checked

Function apply_delta_checked 

Source
pub fn apply_delta_checked(dst: &mut [u8], offset: usize, data: &[u8]) -> bool
Expand description

Apply a delta to dst at given offset, returns false if OOB.