1//! Collection of modules used for dealing with archived state of Subspace Network. 2#![cfg_attr(not(feature = "std"), no_std)] 3#![feature(array_chunks, iter_collect_into)] 4 5pub mod archiver; 6pub mod piece_reconstructor; 7pub mod reconstructor;