voronator 0.1.2

Implements the Voronoi diagram construction as a dual of the Delaunay triangulation for a set of points and the construction of a centroidal tesselation of a Delaunay triangulation.
Documentation
[[bench]]
harness = false
name = "delaunator"
[dev-dependencies.criterion]
version = "0.3.2"

[dev-dependencies.plotters]
version = "0.2.15"

[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.rand_distr]
version = "0.2.2"

[dev-dependencies.serde_json]
version = "1.0.54"

[dev-dependencies.svg]
version = "0.9.0"

[package]
authors = ["Felipe Santos <fesoliveira@outlook.com>"]
categories = ["algorithms", "data-structures", "graphics", "visualization"]
description = "Implements the Voronoi diagram construction as a dual of the Delaunay triangulation for a set of points and the construction of a centroidal tesselation of a Delaunay triangulation."
edition = "2018"
keywords = ["voronoi", "delaunay", "diagram"]
license-file = "LICENSE"
name = "voronator"
repository = "https://github.com/fesoliveira014/voronator-rs"
version = "0.1.2"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3