tree: fb31a3f6be669b3f6a0df8f6d6354d2b68bbc2a9 [path history] [tgz]
  1. src/
  2. .cargo-checksum.json
  3. appveyor.yml
  4. Cargo.toml
  5. LICENSE
  6. OWNERS
  7. 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