clipper2c-sys 0.2.0

Rust FFI bindings to Clipper2 — 2D polygon boolean clipping (intersection, union, difference, XOR), offsetting (inflate/deflate), area, and point-in-polygon.
Documentation
1
2
3
4
5
6
7
8
9
# Rust test harness thread-local initialization — not a real leak
{
   rust_test_harness_thread_local
   Memcheck:Leak
   match-leak-kinds:possible
   fun:malloc
   ...
   fun:*std*thread*Thread*new*
}