building_blocks_storage 0.7.1

Efficient storage for maps on sparse or dense, 2D and 3D integer lattices.
Documentation
pub mod indexer;
pub mod map;
pub mod serialization;
pub mod storage;

pub use indexer::*;
pub use map::*;
pub use serialization::*;
pub use storage::*;