Skip to main content

apply_patches

Function apply_patches 

Source
fn apply_patches(data: &[u8], patches: &[Patch]) -> Vec<u8> 
Expand description

Apply a list of byte patches to data, returning the (possibly modified) bytes.