quantized-density-fields 0.1.0

Rust implementation of Quantized Density Fields data structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "quantized-density-fields"

version = "0.1.0"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

description = "Rust implementation of Quantized Density Fields data structure."

repository = "https://github.com/PsichiX/quantized-density-fields"

readme = "README.md"

keywords = ["data-structure","graph","multidimensional"]

categories = ["data-structures","science"]

license = "MIT"

license-file = "LICENSE"



[dependencies]

uuid = { version = "0.7.1", features = ["serde", "v4"] }

serde = "1.0.80"

serde_json = "1.0.32"

petgraph = "0.4.13"