crc32c 0.6.5

Safe implementation for hardware accelerated CRC32C instructions with software fallback
Documentation
[[bench]]
harness = false
name = "rand"
path = "benches/rand.rs"
[build-dependencies.rustc_version]
version = "0.4"
[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.rand]
features = ["alloc", "getrandom"]
version = "0.8"

[package]
authors = ["Zack Owens"]
build = "build.rs"
categories = ["algorithms"]
description = "Safe implementation for hardware accelerated CRC32C instructions with software fallback"
documentation = "http://docs.rs/crc32c"
edition = "2018"
exclude = ["benches/*", "tests/*"]
homepage = "https://github.com/zowens/crc32c"
keywords = ["crc", "simd"]
license = "Apache-2.0/MIT"
name = "crc32c"
readme = "README.md"
repository = "https://github.com/zowens/crc32c"
version = "0.6.5"
[target.aarch64-unknown-linux-gnu]