Skip to main content

Crate shadow_storage

Crate shadow_storage 

Source
Expand description

Distributed storage with erasure coding and encryption

Provides content-addressed storage with redundancy and encryption.

Re-exports§

pub use chunking::Chunker;
pub use chunking::ChunkInfo;
pub use erasure::ErasureEncoder;
pub use store::ContentStore;
pub use store::StorageConfig;

Modules§

chunking
File chunking for distributed storage
erasure
Erasure coding for redundancy
store
Content-addressed storage implementation