decluster 1.0.14

Iteratively declusters and replaces a randomised set of 2D points until a set is discovered where each point is separated by at least the specified minimum distance.
Documentation
[[example]]
name = "decluster_demo"
[dependencies.piston]
version = "0.53.1"

[dependencies.piston2d-graphics]
version = "0.42.0"

[dependencies.piston_window]
version = "0.123.0"

[dependencies.rand]
version = "0.8.5"

[package]
authors = ["Jonny Anderson <jonny@ail.im>"]
categories = ["algorithms"]
description = "Iteratively declusters and replaces a randomised set of 2D points until a set is discovered where each point is separated by at least the specified minimum distance."
edition = "2021"
keywords = ["nearest-neighbors", "decluster"]
license = "MIT"
name = "decluster"
readme = "README.md"
repository = "https://github.com/anderson-international/decluster"
resolver = "2"
version = "1.0.14"
[package.metadata.docs.rs]
cargo-args = ["--examples"]
rustdoc-args = ["--document-private-items"]