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: 10.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 474.82 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • 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.