Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mbrt mbrt released this 01 Apr 07:28
· 22 commits to master since this 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.