#slice #dimensional #memory #data #space #sized #store

spatial_slice

Spacial Slice is a simple Rust crate for when you want to store two dimensional Sized data in linear memory

1 unstable release

0.1.0 Mar 6, 2019

#12 in #dimensional

MIT license

10KB
200 lines

Spatial_Slice

Spacial Slice is a simple Rust crate for when you want to store two dimensional Sized data in linear memory.

Spacial Slice has a Space type that represents this data, and supports (X, Y) coordinate based access. Additionally it has a SpaceSliceMut type that represents a mutable partition of the 2d space.

No runtime deps