librsync-rs

Rust bindings to librsync

APACHE-2.0 License

Downloads
22.7K
Stars
34
Committers
6

Bot releases are hidden (Show)

librsync-rs - v0.2.0 Latest Release

Published by mbrt over 8 years ago

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.
librsync-rs - v0.1.2

Published by mbrt over 8 years ago

Notable changes

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