tree: fe9f96669a5d19bccf8b0b076392f0a9c779917f [path history] [tgz]
  1. src/
  2. .cargo-checksum.json
  3. appveyor.yml
  4. Cargo.toml
  5. LICENSE
  6. README.md
third_party/rust_crates/vendor/adler32/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