[][src]Crate fossil_delta

Functions

b64str

converts integer to String in base 64

b64int

converts base 64 str to u32

b64int_read
delta

Creates delta and returns it as a String see generate_delta

delta_output_size

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

deltainv

Given the current version of text value b_txt and delta value as d_txt this function returns the previous version of text b_txt.

digit_count

Return the number digits in the base-64 representation of a positive integer

generate_delta

Generate new delta in given mutable string reference