Add erasure rust logic under feature flag

This commit is contained in:
Stephen Akridge
2018-04-18 19:34:57 -07:00
parent 5e11078f34
commit dea5ab2f79
4 changed files with 430 additions and 3 deletions

View File

@ -17,6 +17,8 @@ pub mod signature;
pub mod streamer;
pub mod subscribers;
pub mod transaction;
#[cfg(feature = "erasure")]
pub mod erasure;
extern crate bincode;
extern crate byteorder;
extern crate chrono;