crc 1.8.1

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
16
17
[package]
name = "crc"
version = "1.8.1"
authors = ["Rui Hu <code@mrhooray.com>"]
description = "Rust implementation of CRC(16, 32, 64) with support of various standards"
keywords = ["crc", "crc16", "crc32", "crc64", "hash"]
readme = "README.md"
repository = "https://github.com/mrhooray/crc-rs.git"
documentation = "https://docs.rs/crc"
license = "MIT OR Apache-2.0"

[build-dependencies]
build_const = "0.2"

[features]
std = []
default = ["std"]