[][src]Module building_blocks_storage::prelude

Re-exports

pub use super::copy_extent;
pub use super::Array;
pub use super::Array2;
pub use super::Array3;
pub use super::ArrayN;
pub use super::Chunk2;
pub use super::Chunk3;
pub use super::ChunkMap2;
pub use super::ChunkMap3;
pub use super::ChunkMapReader2;
pub use super::ChunkMapReader3;
pub use super::FastLz4;
pub use super::ForEach;
pub use super::ForEachMut;
pub use super::Get;
pub use super::GetMut;
pub use super::IsEmpty;
pub use super::Local;
pub use super::LocalChunkCache2;
pub use super::LocalChunkCache3;
pub use super::ReadExtent;
pub use super::Stride;
pub use super::TransformMap;
pub use super::WriteExtent;

Traits

Compressible

A type that's compressible using algorithm A.

Decompressible

A type that's decompressible using the inverse of algorithm A.