Crystal bindings to bsdiff
-
Add the dependency to your
shard.yml
:dependencies: bsdiff: github: crystal-china/bsdiff
-
Run
shards install
require "bsdiff"
Bsdiff.bsdiff("./old_file", "./new_file", "./generated_patch_file")
TODO: Write development instructions here
- Fork it (https://github.com/zw963/bsdiff/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Billy.Zheng - creator and maintainer