[go: up one dir, main page]

adler32 0.3.0

Minimal Adler32 implementation for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "adler32"
version = "0.3.0"
authors = ["Remi Rampin <remirampin@gmail.com>"]
description = "Minimal Adler32 implementation for Rust."
documentation = "http://remram44.github.io/rs-sync/adler32/index.html"
repository = "https://github.com/remram44/rs-sync/tree/master/adler32"
keywords = ["adler32", "hash", "rolling"]
license = "BSD-3-Clause"

[dev-dependencies]
rand = "0.3"