adler32

Crates.ioadler32
lib.rsadler32
version1.2.0
sourcesrc
created_at2015-08-24 21:44:20.189544
updated_at2020-07-30 19:05:16.808788
descriptionMinimal Adler32 implementation for Rust.
homepage
repositoryhttps://github.com/remram44/adler32-rs
max_upload_size
id2915
size19,393
Remi Rampin (remram44)

documentation

https://docs.rs/adler32/

README

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.

Commit count: 86

cargo fmt