feat: add ec

This commit is contained in:
2022-08-01 00:02:03 +08:00
parent 6833f7b86a
commit 8e29384cb2
5 changed files with 204 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "erasure-coding"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reed-solomon-erasure = "5.0.3"