Type Definition libpijul::change::Change[][src]

pub type Change = LocalChange<Hunk<Option<Hash>, Local>, Author>;

Implementations

Serialise the change as a file named “.change” in directory dir, where “” is the actual hash of the change.

Deserialise a change from the file given as input file.

Deserialise a change from the file given as input file.

Compute the hash of this change. If the zstd feature is enabled, it is probably more efficient to serialise the change (using the serialize method) at the same time, which also returns the hash.