Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827)

This reverts commit b9bb5af4a5.
This commit is contained in:
sakridge
2019-04-17 12:52:12 -07:00
committed by GitHub
parent 2518e95fb0
commit 4b8cb72977
12 changed files with 758 additions and 631 deletions

View File

@ -31,6 +31,7 @@ pub mod cluster;
pub mod cluster_info;
pub mod cluster_tests;
pub mod entry;
#[cfg(feature = "erasure")]
pub mod erasure;
pub mod fetch_stage;
pub mod fullnode;