| Crates.io | adler32 |
| lib.rs | adler32 |
| version | 1.2.0 |
| created_at | 2015-08-24 21:44:20.189544+00 |
| updated_at | 2020-07-30 19:05:16.808788+00 |
| description | Minimal Adler32 implementation for Rust. |
| homepage | |
| repository | https://github.com/remram44/adler32-rs |
| max_upload_size | |
| id | 2915 |
| size | 19,393 |
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.
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.