sark_grids 0.5.8

A set of grids for storing and accessing data in a grid-like way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "sark_grids"

version = "0.5.8"

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.24"

itertools = "0.10.3"