geomutil 0.1.2

A Rust library providing geometric functions, including triangulation and alpha shape algorithms.
Documentation
[dependencies.geomutil_triangulation]
version = "0.1.1"

[dependencies.geomutil_util]
version = "0.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.anyhow]
version = "1.0.98"

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

[[example]]
name = "alpha_shape2d"
path = "examples/alpha_shape2d.rs"

[[example]]
name = "delaunay2d"
path = "examples/delaunay2d.rs"

[lib]
name = "geomutil"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library providing geometric functions, including triangulation and alpha shape algorithms."
edition = "2024"
keywords = ["geometry", "triangulation", "alpha-shape"]
license = "AGPL-3.0-or-later"
name = "geomutil"
readme = false
repository = "https://github.com/denisstrizhkin/geomutil-rust"
version = "0.1.2"