github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/synchronization/rsync/doc.go (about) 1 // Package rsync provides an implementation of the rsync algorithm as described 2 // in Andrew Tridgell's thesis (https://www.samba.org/~tridge/phd_thesis.pdf) 3 // and the rsync technical report (https://rsync.samba.org/tech_report). Rsync 4 // algorithmic functionality is provided by the Engine type, and a transport 5 // protocol for pipelined rsync operations is provided by the Transmit function 6 // and Receiver types. 7 package rsync