feat: add reed-solomon

This commit is contained in:
2021-01-31 12:02:59 +08:00
parent 452b41d51a
commit b131013b3e
4 changed files with 88 additions and 5 deletions

14
__misc/reed-solomon/Cargo.lock generated Normal file
View File

@@ -0,0 +1,14 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "reed-solomon"
version = "0.1.0"
dependencies = [
"reed-solomon 0.2.1",
]
[[package]]
name = "reed-solomon"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13de68c877a77f35885442ac72c8beb7c2f0b09380c43b734b9d63d1db69ee54"