[][src]Function fossil_delta::delta_output_size

pub fn delta_output_size(z_delta: &str) -> usize

Return the size (in bytes) of the output from applying a delta.

This routine is provided so that an procedure that is able to call delta_apply() can learn how much space is required for the output and hence allocate nor more space that is really needed.