gecko-dev/third_party/rust/adler32
Bastien Orivel 2b629855a3 Bug 1581816 - Part 2: Revendor dependencies. r=froydnj
Depends on D46709

Differential Revision: https://phabricator.services.mozilla.com/D46710

--HG--
extra : moz-landing-system : lando
2019-09-21 16:38:59 +00:00
..
src
.cargo-checksum.json
appveyor.yml
Cargo.toml
LICENSE
README.md

Build Status Win Build Crates.io Say Thanks!

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. A copy of the zlib copyright and license can be found in LICENSE-ZLIB.

Generated documentation