项目作者: remram44

项目描述 :
Minimal Adler32 implementation for Rust.
高级语言: Rust
项目地址: git://github.com/remram44/adler32-rs.git
创建时间: 2017-01-11T03:56:43Z
项目社区:https://github.com/remram44/adler32-rs

开源协议:Other

下载


Build Status
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.