tree: 84ebb02b18c975404449862b339141c0403e75a2 [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-1.0.4/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