rustic data structure

This commit is contained in:
randogoth 2024-03-17 19:18:53 +02:00
parent 486f3246fc
commit 13d53c36e3
3 changed files with 401 additions and 67 deletions

View file

@ -8,5 +8,7 @@ edition = "2021"
[dependencies]
delaunator = "1.0.2"
geo = "0.28.0"
itertools = "0.12.1"
rand = "0.8.5"
rayon = "1.9.0"
statrs = "0.16.0"