Releases: mbrt/librsync-rs
Releases · mbrt/librsync-rs
v0.2.0
Notable changes
- Renamed
with_buf_reader
constructor towith_buf_read
; - Extended support to all
BufRead
traits, instead ofBufReader
for thewith_buf_read
constructors; - When using the
new
constructor forSignature
,Delta
andPatch
structs, the struct generic type is no moreT
, butBufReader<T>
; - Safer implementation for the
Patch
struct.