crc32 0.0.2

A port of the CRC-32 algorithm to Rust
1
2
3
4
5
6
7
8
9
[package]

name = "crc32"

version = "0.0.2"

authors = ["Arlie Davis <arlie.davis@gmail.com>"]

description = "A port of the CRC-32 algorithm to Rust"

documentation = "http://www.zlib.net/crc_v3.txt"

readme = "README.md"

license = "MIT"

build = "build.rs"