embedded-crc-macros 1.0.0

Macros implementing portable CRC calculation algorithms for use in no_std.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3.4"

[dev-dependencies.rand]
version = "0.6"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "algorithms", "no-std"]
description = "Macros implementing portable CRC calculation algorithms for use in no_std."
documentation = "https://docs.rs/embedded-crc-macros"
edition = "2018"
homepage = "https://github.com/eldruin/embedded-crc-macros-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["crc", "macro", "checksum", "algorithm"]
license = "MIT OR Apache-2.0"
name = "embedded-crc-macros"
readme = "README.md"
repository = "https://github.com/eldruin/embedded-crc-macros-rs"
version = "1.0.0"
[profile.bench]
debug = true