i_overlay 4.2.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
[dependencies.i_float]
version = "~1.16.0"

[dependencies.i_key_sort]
version = "~0.10.1"

[dependencies.i_shape]
version = "~1.15.0"

[dependencies.i_tree]
version = "~0.16.0"

[dependencies.rayon]
optional = true
version = "^1.10"

[dev-dependencies.i_float]
features = ["serde"]
version = "~1.16.0"

[dev-dependencies.i_shape]
features = ["serde"]
version = "~1.15.0"

[dev-dependencies.rand]
features = ["alloc"]
version = "~0.9"

[dev-dependencies.serde]
features = ["derive"]
version = "^1.0"

[dev-dependencies.serde_json]
version = "^1.0"

[features]
allow_multithreading = ["dep:rayon"]
default = []
glam = ["i_float/glam"]
serde = ["i_float/serde", "i_shape/serde"]

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

[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "graphics", "science::geo", "mathematics", "no-std"]
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties."
edition = "2024"
license = "MIT"
name = "i_overlay"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iOverlay"
version = "4.2.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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