crc64 2.0.0

CRC64 checksum implementation
Documentation
[[bin]]
doc = false
name = "crc64"
path = "src/main.rs"

[lib]
name = "crc64"
path = "src/lib.rs"

[package]
description = "CRC64 checksum implementation"
documentation = "https://docs.rs/crc64"
edition = "2021"
homepage = "https://github.com/badboy/crc64-rs"
keywords = ["hashing", "checksum"]
license = "BSD-3-Clause"
name = "crc64"
readme = "README.md"
repository = "https://github.com/badboy/crc64-rs"
resolver = "2"
version = "2.0.0"