spatial_hash_3d 0.1.0

3D spatial hash grid implementation optimized for speed. What it does/why you'd want one: https://www.youtube.com/watch?v=sx4IIQL0x7c
Documentation
[[bench]]
harness = false
name = "spatial_hash"
[dependencies.cgmath]
version = "0.18.0"

[dependencies.itertools]
version = "0.10.5"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dev-dependencies.rand_derive]
version = "0.5.0"

[lib]

[package]
authors = ["Alexander Pyattaev", "Igor Bologov"]
categories = ["data-structures", "game-development", "graphics"]
description = "3D spatial hash grid implementation optimized for speed. What it does/why you'd want one: https://www.youtube.com/watch?v=sx4IIQL0x7c"
edition = "2021"
keywords = ["spatial", "3D", "gamedev"]
license = "GPL-2.0-or-later"
name = "spatial_hash_3d"
readme = "README.md"
repository = "https://github.com/alexpyattaev/spatialhash"
version = "0.1.0"