Struct rustsync::Delta
[−]
[src]
pub struct Delta {
pub blocks: Vec<Block>,
pub window: usize,
}The result of comparing two files
Fields
blocks: Vec<Block>
Description of the new file in terms of blocks.
window: usize
Size of the window.