10 releases (stable)

1.2.0 Jul 30, 2020
1.0.4 Sep 18, 2019
1.0.3 Jun 18, 2018
1.0.2 Aug 20, 2017
0.2.0 Aug 25, 2015

#93 in Algorithms

Download history 145748/week @ 2023-11-21 173541/week @ 2023-11-28 179409/week @ 2023-12-05 167153/week @ 2023-12-12 140987/week @ 2023-12-19 79931/week @ 2023-12-26 160471/week @ 2024-01-02 176239/week @ 2024-01-09 196435/week @ 2024-01-16 191807/week @ 2024-01-23 185965/week @ 2024-01-30 189544/week @ 2024-02-06 191222/week @ 2024-02-13 209209/week @ 2024-02-20 206413/week @ 2024-02-27 163221/week @ 2024-03-05

807,151 downloads per month
Used in 1,838 crates (35 directly)

Zlib license

16KB
254 lines

Build Status Win Build Crates.io Documentation License

What is this?

It is an implementation of the Adler32 rolling hash algorithm in the Rust programming language.

It is adapted from Jean-Loup Gailly's and Mark Adler's original implementation in zlib.

Minimum Supported Version of Rust (MSRV)

adler32-rs can be built with Rust version 1.33 or later. This version may be raised in the future but that will be accompanied by a minor version increase.

Dependencies

~200KB