spatial_slice 0.1.0

Spacial Slice is a simple Rust crate for when you want to store two dimensional Sized data in linear memory.
Documentation
  • Coverage
  • 53.85%
    14 out of 26 items documented0 out of 19 items with examples
  • Size
  • Source code size: 9.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.12 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • esoterra

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.