oyvindln
oyvindln
I did some testing and it seems the old C miniz backend behaved the same way as current miniz_oxide so while I would have to test the C functions to...
The compression behaviour and safety guarantees are not the same between the two - whether those differences would be acceptable in a major version bump is something you would have...
The [rust ffi](https://github.com/cloudflare/zlib/blob/gcc.amd64/rust/lib.rs) in cloudflare-zlib hasn't changed in 2 years so either the upload changed something that's not in the git repo or maybe some feature combination that may or...
Added one #443
does using the git version of flate2 with #441 instead of release change this? I thought that was supposed to fix just this
As the maintainer of miniz_oxide I would be fine with forking it however ideally it would be nice if there was someone besides me that could help out maintaining it...
I guess I'll fork it then - I'd rather keep it separate since there are actually some other active users of it.
Okay - I have made a fork called adler2: https://crates.io/crates/adler2 Will make an update to miniz_oxide soon with a semver bump that updates to using adler2 instead of adler if...
Also ping @jonas-schievink in case they are still watching github
I've now also updated miniz_oxide to use adler2 - so main thing that remains is to update flate2 and backtrace to this version I guess