https://github.com/llogiq/bsdiff-rs
A Rust BSDiff port
https://github.com/llogiq/bsdiff-rs
Last synced: 3 days ago
JSON representation
A Rust BSDiff port
- Host: GitHub
- URL: https://github.com/llogiq/bsdiff-rs
- Owner: llogiq
- Created: 2016-08-30T20:23:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T00:21:12.000Z (over 8 years ago)
- Last Synced: 2025-04-02T19:11:21.778Z (about 1 month ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bsdiff-rs
A Rust BSDiff portThis initially aims to be compatible with
[M. Endsley's BSDiff implementation](https://github.com/mendsley/bsdiff)
because it lets us test the diff and patch tools indenpendently. However, an
improved format using
[Dropbox' brotli implementation](https://github.com/dropbox/rust-brotli) for
even better compression is on the roadmap.TODO:
* [x] working rspatch (bspatch)
* [ ] Pick a license
* [ ] working rsdiff (bsdiff)
* [ ] better error handling