Skip to content

Releases: mbrt/librsync-rs

v0.2.0

01 Apr 07:28
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Notable changes

  • Renamed with_buf_reader constructor to with_buf_read;
  • Extended support to all BufRead traits, instead of BufReader for the with_buf_read constructors;
  • When using the new constructor for Signature, Delta and Patch structs, the struct generic type is no more T, but BufReader<T>;
  • Safer implementation for the Patch struct.

v0.1.2

13 Feb 12:25
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Notable changes

  • Implemented Send for Signature, Delta and Patch structs when the input streams are Send too