reed-solomon-simd 2.2.2

Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[build-dependencies.readme-rustdocifier]
version = "0.1.0"
[dependencies.bytemuck]
version = "1.7.3"

[dependencies.fixedbitset]
version = "0.4.0"

[dependencies.once_cell]
version = "1.8.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[dev-dependencies.hex]
version = "0.4.3"

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

[dev-dependencies.rand_chacha]
version = "0.3.1"

[dev-dependencies.reed-solomon-16]
version = "0.1.0"

[dev-dependencies.reed-solomon-erasure]
features = ["simd-accel"]
version = "6.0.0"

[dev-dependencies.reed-solomon-novelpoly]
version = "2.0.0"

[dev-dependencies.sha2]
version = "0.10.0"

[lib]
bench = false

[package]
categories = ["algorithms", "encoding"]
description = "Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64."
edition = "2021"
include = ["/benches", "/src", "LICENSE", "README.md", "build.rs"]
keywords = ["erasure", "reed-solomon", "Leopard-RS"]
license = "MIT AND BSD-3-Clause"
name = "reed-solomon-simd"
readme = "README.md"
repository = "https://github.com/AndersTrier/reed-solomon-simd"
version = "2.2.2"