building_blocks_storage 0.7.1

Efficient storage for maps on sparse or dense, 2D and 3D integer lattices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[macro_use]
mod for_each2;
#[macro_use]
mod for_each3;

mod lock_step;
mod single_array;
mod stride_iter;

pub use lock_step::*;
pub use single_array::*;

pub(crate) use for_each2::*;
pub(crate) use for_each3::*;
pub(crate) use stride_iter::*;