You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
I was browsing miniz_oxide dependencies when I noticed a switch at some point from a adler32 1.0.x to a 0.2.x version of this crate, which initially struck me as odd. I dug a bit and found Frommi/miniz_oxide#83 which outlines rationale and compares the two.
I didn't initially know about the license used by adler32 and it didn't immediately occur to me that the ones used by this crate may be more desirable. Since these two crates are the implementations of Adler-32 checksum with millions of downloads by now, would you consider comparing the two or at least mentioning the key difference in the README?
Thank you for your work by the way, this crate looks great 🙂
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was browsing
miniz_oxide
dependencies when I noticed a switch at some point from aadler32
1.0.x to a 0.2.x version of this crate, which initially struck me as odd. I dug a bit and found Frommi/miniz_oxide#83 which outlines rationale and compares the two.I didn't initially know about the license used by
adler32
and it didn't immediately occur to me that the ones used by this crate may be more desirable. Since these two crates are the implementations of Adler-32 checksum with millions of downloads by now, would you consider comparing the two or at least mentioning the key difference in the README?Thank you for your work by the way, this crate looks great 🙂
The text was updated successfully, but these errors were encountered: