eerimoq / detools

Binary delta encoding tools.
Other
157 stars 15 forks source link

Can the C library only apply patches and not create patches? #12

Open JohnAlcatraz opened 11 months ago

JohnAlcatraz commented 11 months ago

I'm looking for a way to use this in C to both create and apply patches. Can the C library do that, or can it only apply previously created patches?

eerimoq commented 11 months ago

It can only apply patches. You have to use the Python stuff to create patches.

JohnAlcatraz commented 11 months ago

That's unfortunate, since shipping anything Python in my native app would really not be practical. I need to use https://github.com/sisong/HDiffPatch then instead.

eerimoq commented 11 months ago

ok