sark_grids 0.5.7

A set of grids for storing and accessing data in a grid-like way.
Documentation
[package]

name = "sark_grids"

version = "0.5.7"

edition = "2021"

authors = ["sark"]

homepage = "https://github.com/sarkahn/sark_grids_rs"

repository = "https://github.com/sarkahn/sark_grids_rs"

license = "MIT"

readme = "README.md"

keywords = ["2d", "grid", "sparse_grid"]

description = "A set of grids for storing and accessing data in a grid-like way."



[dependencies]

glam = "0.23"

itertools = "0.10.3"