crc 2.1.0

Rust implementation of CRC(16, 32, 64) with support of various standards
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.crc-catalog]
version = "1.1.1"

[package]
authors = ["Rui Hu <code@mrhooray.com>", "Akhil Velagapudi <4@4khil.com>"]
categories = ["algorithms", "no-std"]
description = "Rust implementation of CRC(16, 32, 64) with support of various standards"
documentation = "https://docs.rs/crc"
edition = "2018"
keywords = ["crc", "crc16", "crc32", "crc64", "hash"]
license = "MIT OR Apache-2.0"
name = "crc"
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
version = "2.1.0"