polygons 0.3.5

Fast points-in-polygon test and distances to polygons.
Documentation
[dependencies.float-cmp]
version = "0.10.0"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.24.0"

[dependencies.rayon]
optional = true
version = "1.10.0"

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

[features]
default = ["rayon", "pyo3"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "polygons"
path = "src/lib.rs"

[package]
authors = ["Radovan Bast <bast@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast points-in-polygon test and distances to polygons."
edition = "2024"
homepage = "https://github.com/bast/polygons"
license = "GPL-3.0-only"
name = "polygons"
readme = "README.md"
version = "0.3.5"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"