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

View File

@@ -0,0 +1,11 @@
[package]
name = "reed-solomon"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reed-solomon = "0.2.1"